blob: 27d4a6054a267064862aa55e217b275c63d308ef [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">
17 <div class="nav-hdr">{{ lionFn('cat_platform') }}</div>
18
Bhavesh72ead492018-07-19 16:29:18 +053019 <a (click)="ns.hideNav()" routerLink="/app" routerLinkActive="active">
20 <onos-icon iconId="nav_apps"></onos-icon> Apps</a>
Sean Condon28ecc5f2018-06-25 12:50:16 +010021
prai9d445962018-07-27 13:27:43 +053022 <a (click)="ns.hideNav()" routerLink="/processor" routerLinkActive="active">
23 <onos-icon iconId="nav_processors"></onos-icon> Packet Processors</a>
24
Sean Condon28ecc5f2018-06-25 12:50:16 +010025 <div class="nav-hdr">{{ lionFn('cat_network') }}</div>
26
Bhavesh72ead492018-07-19 16:29:18 +053027 <a (click)="ns.hideNav()" routerLink="/device" routerLinkActive="active">
28 <onos-icon iconId="nav_devs"></onos-icon> Devices</a>
29
30 <a (click)="ns.hideNav()" routerLink="/link" routerLinkActive="active">
31 <onos-icon iconId="nav_links"></onos-icon> Links</a>
32
33 <a (click)="ns.hideNav()" routerLink="/host" routerLinkActive="active">
34 <onos-icon iconId="nav_hosts"></onos-icon> Hosts</a>
35
prai9d445962018-07-27 13:27:43 +053036 <a (click)="ns.hideNav()" routerLink="/intent" routerLinkActive="active">
37 <onos-icon iconId="nav_intents"></onos-icon> Intents</a>
38
Bhavesh72ead492018-07-19 16:29:18 +053039 <a (click)="ns.hideNav()" routerLink="/tunnel" routerLinkActive="active">
40 <onos-icon iconId="nav_tunnels"></onos-icon> Tunnels</a>
Sean Condon28ecc5f2018-06-25 12:50:16 +010041
42 <div class="nav-hdr">{{ lionFn('cat_other') }}</div>
Sean Condon83fc39f2018-04-19 18:56:13 +010043</nav>