blob: e7d0995b02de75e5c43fa4ddd51fbe817e9d7d71 [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 Condon83fc39f2018-04-19 18:56:13 +010016<div id="mast" align="left">
17 <span class="nav-menu-button clickable" (click)="ns.toggleNav()">
18 <img src="data/img/nav-menu-mojo.png"/>
19 </span>
20 <img class="logo" src="data/img/masthead-logo-mojo.png">
21 <div id="mast-right">
22 <nav>
23 <div class="dropdown-parent">
24 <a class="clickable user-menu__name">{{username}} <i class="dropdown-icon"></i></a>
25 <div class="dropdown">
26 <!--<a href="rs/logout"> {{getLion('logout')}} </a> !!FIXME-->
27 <a href="rs/logout">logout</a>
28 </div>
29 </div>
30 <div class="ctrl-btns">
31 <div class="active clickable icon"
32 tooltip tt-msg="helpTip"
33 ng-click="directTo()">
34 <onos-icon iconId="query" iconSize="32"></onos-icon>
35 </div>
36 </div>
37 </nav>
38
39 </div>
40</div>