settings_breadcrumbs.html
20 lines
| 1.7 KiB
| text/html
|
HtmlLexer
r83 | <ol class="breadcrumb" ng-show="$ctrl.$state.includes('applications')"> | |||
<li>Applications</li> | ||||
<li ng-show="$ctrl.$state.includes('applications.list')" ng-class="{bold:$ctrl.$state.is('applications.list')}">Owned applications</li> | ||||
<li ng-show="$ctrl.$state.includes('applications.update')" ng-class="{bold:$ctrl.$state.is('applications.update')}">Modify application</li> | ||||
<li ng-show="$ctrl.$state.includes('applications.integrations')" ng-class="{bold:$ctrl.$state.includes('applications.integrations')}">Integrations</li> | ||||
<li ng-show="$ctrl.$state.includes('applications.purge_logs')" ng-class="{bold:$ctrl.$state.includes('applications.purge_logs')}">Log Purging</li> | ||||
</ol> | ||||
r82 | <ol class="breadcrumb" ng-show="$ctrl.$state.includes('user.profile')"> | |||
r0 | <li>Settings</li> | |||
r82 | <li ng-show="$ctrl.$state.includes('user.profile.edit')" ng-class="{bold:$ctrl.$state.is('user.profile.edit')}">User Profile</li> | |||
<li ng-show="$ctrl.$state.includes('user.profile.password')" ng-class="{bold:$ctrl.$state.is('user.profile.password')}">Password</li> | ||||
<li ng-show="$ctrl.$state.includes('user.profile.identities')" ng-class="{bold:$ctrl.$state.is('user.profile.identities')}">Identities</li> | ||||
<li ng-show="$ctrl.$state.includes('user.profile.auth_tokens')" ng-class="{bold:$ctrl.$state.is('user.profile.auth_tokens')}">Auth Tokens</li> | ||||
r0 | </ol> | |||
r82 | <ol class="breadcrumb" ng-show="$ctrl.$state.includes('user.alert_channels')"> | |||
r0 | <li>Notifications</li> | |||
r82 | <li ng-show="$ctrl.$state.includes('user.alert_channels.list')" ng-class="{bold:$ctrl.$state.is('user.alert_channels.list')}">Alert Channels</li> | |||
<li ng-show="$ctrl.$state.includes('user.alert_channels.email')" ng-class="{bold:$ctrl.$state.is('user.alert_channels.email')}">Create email channel</li> | ||||
r0 | </ol> | |||