| {{!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --}} |
| <div class="nav-collapse collapse" > |
| <ul class="nav pull-right"> |
| <li class="dropdown"> |
| <a href="#" class="dropdown-toggle usermenu _allowNav" data-toggle="dropdown" > <img alt="Avatar" src="images/avatar.png"> |
| <!-- <span>{{userProfile.attributes.firstName}} {{userProfile.attributes.lastName}}</span> </a> --> |
| <span>{{userProfile.attributes.loginId}}</span> </a> |
| |
| <ul class="dropdown-menu"> |
| <li> |
| <a href="#!/userprofile" > <i class="icon-male"></i>Profile </a> |
| </li> |
| <!-- <li> |
| <a href="#"> <i class="icon-cogs"></i>Settings </a> |
| </li> --> |
| <!-- <li class="divider"></li> --> |
| <!-- <li> |
| <a href="#">Sign In</a> |
| </li> --> |
| <li> |
| <a href="javascript:;" class="_allowNav" data-id="logout"> <i class="icon-off"></i>Log Out </a> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| <!-- <ul class="nav pull-right ul-db" title="Select Repository"> |
| |
| <li class="dropdown"> |
| <a href="#" class="dropdown-toggle" data-toggle="dropdown">Repository <i class=" icon-caret-down"></i></a> |
| <ul class="dropdown-menu"> |
| <li class="nav-header"> |
| HBase |
| </li> |
| <li> |
| <a href="#">Demo Table 1</a> |
| </li> |
| <li> |
| <a href="#">Demo Table 2</a> |
| </li> |
| |
| <li class="divider"></li> |
| <li class="nav-header"> |
| HDFS |
| </li> |
| <li> |
| <a href="#">Test Folder 1</a> |
| </li> |
| <li> |
| <a href="#">Test Folder 2</a> |
| </li> |
| </ul> |
| </li> |
| <li class="divider-vertical"></li> |
| </ul> --> |
| </div> |