Make "Manage Tasks" the default link on the alerting nav item
parent
7b1df7a9ba
commit
2c7177b6c9
|
@ -115,14 +115,16 @@ const SideNav = React.createClass({
|
||||||
<NavBlock
|
<NavBlock
|
||||||
matcher="alerts"
|
matcher="alerts"
|
||||||
icon="alert-triangle"
|
icon="alert-triangle"
|
||||||
link={`${sourcePrefix}/alerts`}
|
link={`${sourcePrefix}/alert-rules`}
|
||||||
location={location}
|
location={location}
|
||||||
>
|
>
|
||||||
<NavHeader link={`${sourcePrefix}/alerts`} title="Alerting" />
|
<NavHeader link={`${sourcePrefix}/alert-rules`} title="Alerting" />
|
||||||
<NavListItem link={`${sourcePrefix}/alerts`}>History</NavListItem>
|
|
||||||
<NavListItem link={`${sourcePrefix}/alert-rules`}>
|
<NavListItem link={`${sourcePrefix}/alert-rules`}>
|
||||||
Manage Tasks
|
Manage Tasks
|
||||||
</NavListItem>
|
</NavListItem>
|
||||||
|
<NavListItem link={`${sourcePrefix}/alerts`}>
|
||||||
|
Alert History
|
||||||
|
</NavListItem>
|
||||||
</NavBlock>
|
</NavBlock>
|
||||||
|
|
||||||
<Authorized
|
<Authorized
|
||||||
|
|
Loading…
Reference in New Issue