Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
small tweaks, review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mechaffin committed Aug 15, 2018
1 parent cd1edb5 commit 913240c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions docs/walkthrough/addNewDashboardPanel.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,5 @@ The following is for creating a new panel called "**examplePanel**."



[ag-grid]: https://www.ag-grid.com/react-getting-started/
[i18next]: https://www.i18next.com/
[react]: https://reactjs.org/
[redux]: https://redux.js.org/
[redux-obs]: https://redux-observable.js.org
2 changes: 1 addition & 1 deletion docs/walkthrough/addNewGrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Grids in remote monitoring are based on [ag-grid][ag-grid], with our own customi
t: this.props.t
};
```
1. Add the your grid and `RefreshBar to the `PageContent` (or in another component such as a flyout).
1. Add your grid and `RefreshBar` to the `PageContent` (or in another component such as a flyout).
```jsx
<PageContent className="grid-example-container" key="page-content">
<RefreshBar refresh={fetchData} time={lastUpdated} isPending={isPending} t={t} />
Expand Down

0 comments on commit 913240c

Please sign in to comment.