blob: 505dc46a848eb3cd87a1d21a1326bdddd107f1ab [file] [log] [blame]
Sean Condona00bf382018-06-23 07:54:01 +01001<!--
2~ Copyright 2014-present Open Networking Foundation
3~
4~ Licensed under the Apache License, Version 2.0 (the "License");
5~ you may not use this file except in compliance with the License.
6~ You may obtain a copy of the License at
7~
8~ http://www.apache.org/licenses/LICENSE-2.0
9~
10~ Unless required by applicable law or agreed to in writing, software
11~ distributed under the License is distributed on an "AS IS" BASIS,
12~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13~ See the License for the specific language governing permissions and
14~ limitations under the License.
15-->
Sean Condon28ecc5f2018-06-25 12:50:16 +010016<nav id="nav" [@navState]="ns.showNav">
Bhavesh Kumard0b8bae2018-07-31 16:56:43 +053017 <div id="platform" class="nav-hdr">{{ lionFn('cat_platform') }}</div>
Sean Condon28ecc5f2018-06-25 12:50:16 +010018
Bhavesh Kumard0b8bae2018-07-31 16:56:43 +053019 <a id="app" (click)="ns.hideNav()" routerLink="/app" routerLinkActive="active">
20 <onos-icon iconId="nav_apps"></onos-icon> Applications</a>
Sean Condon28ecc5f2018-06-25 12:50:16 +010021
Bhavesh Kumard0b8bae2018-07-31 16:56:43 +053022 <a id="settings" (click)="ns.hideNav()" routerLink="/settings" routerLinkActive="active">
23 <onos-icon iconId="nav_settings"></onos-icon> Settings</a>
24
Priyanka H Mfa5b77a2018-07-27 12:43:44 +053025 <a id="cluster" (click)="ns.hideNav()" routerLink="/cluster" routerLinkActive="active">
26 <onos-icon iconId="nav_cluster"></onos-icon> Cluster Nodes</a>
27
Bhavesh Kumard0b8bae2018-07-31 16:56:43 +053028 <a id="processor" (click)="ns.hideNav()" routerLink="/processor" routerLinkActive="active">
prai9d445962018-07-27 13:27:43 +053029 <onos-icon iconId="nav_processors"></onos-icon> Packet Processors</a>
30
Bhavesh Kumard0b8bae2018-07-31 16:56:43 +053031 <a id="partition" (click)="ns.hideNav()" routerLink="/partition" routerLinkActive="active">
32 <onos-icon iconId="nav_partitions"></onos-icon> Partitions</a>
Sean Condon28ecc5f2018-06-25 12:50:16 +010033
Bhavesh Kumard0b8bae2018-07-31 16:56:43 +053034 <div id="network" class="nav-hdr">{{ lionFn('cat_network') }}</div>
35
36 <a id="device" (click)="ns.hideNav()" routerLink="/device" routerLinkActive="active">
Bhavesh72ead492018-07-19 16:29:18 +053037 <onos-icon iconId="nav_devs"></onos-icon> Devices</a>
38
Bhavesh Kumard0b8bae2018-07-31 16:56:43 +053039 <a id="link" (click)="ns.hideNav()" routerLink="/link" routerLinkActive="active">
Bhavesh72ead492018-07-19 16:29:18 +053040 <onos-icon iconId="nav_links"></onos-icon> Links</a>
41
Bhavesh Kumard0b8bae2018-07-31 16:56:43 +053042 <a id="host" (click)="ns.hideNav()" routerLink="/host" routerLinkActive="active">
Bhavesh72ead492018-07-19 16:29:18 +053043 <onos-icon iconId="nav_hosts"></onos-icon> Hosts</a>
44
Bhavesh Kumard0b8bae2018-07-31 16:56:43 +053045 <a id="intent" (click)="ns.hideNav()" routerLink="/intent" routerLinkActive="active">
prai9d445962018-07-27 13:27:43 +053046 <onos-icon iconId="nav_intents"></onos-icon> Intents</a>
47
Bhavesh Kumard0b8bae2018-07-31 16:56:43 +053048 <a id="tunnel" (click)="ns.hideNav()" routerLink="/tunnel" routerLinkActive="active">
Bhavesh72ead492018-07-19 16:29:18 +053049 <onos-icon iconId="nav_tunnels"></onos-icon> Tunnels</a>
Sean Condon28ecc5f2018-06-25 12:50:16 +010050
Bhavesh Kumard0b8bae2018-07-31 16:56:43 +053051 <div id="other" class="nav-hdr">{{ lionFn('cat_other') }}</div>
Priyanka H Mfa5b77a2018-07-27 12:43:44 +053052</nav>