mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 18:21:12 +03:00
Clicking on logo now brings you to the Organizations tab. Was taking you to a sort of blank screen -the href wasn't pointed to a specific tab.
This commit is contained in:
parent
daf8250f38
commit
f3cbda4352
@ -100,7 +100,7 @@
|
||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||
<div class="navbar-inner">
|
||||
<div class="container">
|
||||
<a class="brand" href="#/"><img class="logo" src="{{ STATIC_URL }}img/logo.png" /></a>
|
||||
<a class="brand" href="#organizations"><img class="logo" src="{{ STATIC_URL }}img/logo.png" /></a>
|
||||
<ul class="nav pull-right">
|
||||
<li ng-show="current_user.username != null && current_user.username != undefined">
|
||||
<a href="" ng-click="viewCurrentUser()" ng-bind="'Hello! ' + current_user.username"></a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user