diff options
author | Lisa Junger <ljunger@thoughtworks.com> | 2015-01-27 10:37:10 +0100 |
---|---|---|
committer | Lisa Junger <ljunger@thoughtworks.com> | 2015-01-29 15:01:29 +0100 |
commit | bf562653fbdb2c6ef85df22f8dd5398f4a5cef44 (patch) | |
tree | 4bc47ebc639e75d26819db9f611832b40878ed8d /web-ui/app/index.html | |
parent | 7585c7afe36ff3149d62bef3756f5667059697dc (diff) |
Issue #242 added logout shortcut for dispatcher mode.
- some new style to logout in expanded nav bar and shortcut.
- to be complemented by #239.
Diffstat (limited to 'web-ui/app/index.html')
-rw-r--r-- | web-ui/app/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 29356e3c..8123c3ef 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -38,11 +38,13 @@ <a class="left-off-canvas-toggle" href="#" title="View your tags"><i class="fa fa-tags"></i><div class="shortcut-label">Tags</div></a> </li> </ul> + <ul id="logout-shortcut" class="shortcuts"> + </ul> </div> <section id="left-pane" class="left-off-canvas-menu"> <nav id="tag-list"></nav> - <div id="logout"></div> + <nav id="logout"></nav> </section> <article id='middle-pane-container' class="small-5 medium-5 large-5 columns no-padding"> |