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