Skip to content

Commit

Permalink
Merge pull request #5892 from influxdata/5891/alerting_menu
Browse files Browse the repository at this point in the history
fix(ui): reorder Alerting side menu
  • Loading branch information
sranka authored Mar 21, 2022
2 parents a622546 + caaf381 commit eed35a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
1. [#5885](https://github.com/influxdata/chronograf/pull/5885): Repair time zone selector on Host page.
1. [#5886](https://github.com/influxdata/chronograf/pull/5886): Report correct chronograf version.
1. [#5888](https://github.com/influxdata/chronograf/pull/5888): Show failure reason on Queries page.
1. [#5892](https://github.com/influxdata/chronograf/pull/5892): Reorder Alerting side menu.

### Other

Expand Down
8 changes: 4 additions & 4 deletions ui/src/side_nav/containers/SideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,16 @@ class SideNav extends PureComponent<Props> {
'fluxtasks',
]}
icon="alerts"
link={`${sourcePrefix}/tickscripts`}
link={`${sourcePrefix}/alert-rules`}
location={location}
>
<NavHeader link={`${sourcePrefix}/tickscripts`} title="Alerting" />
<NavListItem link={`${sourcePrefix}/tickscripts`}>
TICKscripts
</NavListItem>
<NavListItem link={`${sourcePrefix}/alert-rules`}>
Alert Rules
</NavListItem>
<NavListItem link={`${sourcePrefix}/tickscripts`}>
TICKscripts
</NavListItem>
<NavListItem link={`${sourcePrefix}/flux-tasks`}>
Flux Tasks
</NavListItem>
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2915,9 +2915,9 @@ caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
integrity sha512-3ZLkHhAfYajg2JCY0VeUmrYxAlmI7cdsFttXNgfwR1fu+m80t9cF7F8oVvuPt8u88X5nl633rRvVs6a/nJdXMg==

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001181:
version "1.0.30001259"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001259.tgz"
integrity sha512-V7mQTFhjITxuk9zBpI6nYsiTXhcPe05l+364nZjK7MFK/E7ibvYBSAXr4YcA6oPR8j3ZLM/LN+lUqUVAQEUZFg==
version "1.0.30001319"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001319.tgz"
integrity sha512-xjlIAFHucBRSMUo1kb5D4LYgcN1M45qdKP++lhqowDpwJwGkpIRTt5qQqnhxjj1vHcI7nrJxWhCC1ATrCEBTcw==

capture-exit@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit eed35a1

Please sign in to comment.