|
@@ -271,7 +271,7 @@ ${ hueIcons.symbols() }
|
|
|
</a>
|
|
</a>
|
|
|
<ul class="dropdown-menu pull-right">
|
|
<ul class="dropdown-menu pull-right">
|
|
|
<li>
|
|
<li>
|
|
|
- <a href="${ url('useradmin.views.edit_user', username=user.username) }"><i class="fa fa-key"></i>
|
|
|
|
|
|
|
+ <a href="${ url('useradmin.views.edit_user', username=user.username) }"><i class="fa fa-fw fa-key"></i>
|
|
|
% if is_ldap_setup:
|
|
% if is_ldap_setup:
|
|
|
${_('View Profile')}
|
|
${_('View Profile')}
|
|
|
% else:
|
|
% else:
|
|
@@ -280,13 +280,13 @@ ${ hueIcons.symbols() }
|
|
|
</a>
|
|
</a>
|
|
|
</li>
|
|
</li>
|
|
|
% if user.is_superuser:
|
|
% if user.is_superuser:
|
|
|
- <li><a href="${ url('useradmin.views.list_users') }"><i class="fa fa-group"></i> ${_('Manage Users')}</a></li>
|
|
|
|
|
|
|
+ <li><a href="${ url('useradmin.views.list_users') }"><i class="fa fa-fw fa-group"></i> ${_('Manage Users')}</a></li>
|
|
|
% endif
|
|
% endif
|
|
|
- <li><a href="javascript:void(0)" onclick="huePubSub.publish('set.hue.version', 4)"><i class="fa fa-exchange"></i> ${_('Switch to Hue 4')}</a></li>
|
|
|
|
|
|
|
+ <li><a href="javascript:void(0)" onclick="huePubSub.publish('set.hue.version', 4)"><i class="fa fa-fw fa-exchange"></i> ${_('Switch to Hue 4')}</a></li>
|
|
|
</ul>
|
|
</ul>
|
|
|
</li>
|
|
</li>
|
|
|
% else:
|
|
% else:
|
|
|
- <li><a title="" data-rel="navigator-tooltip" href="#"><i class="fa fa-user"></i> ${user.username}</a></li>
|
|
|
|
|
|
|
+ <li><a title="" data-rel="navigator-tooltip" href="#"><i class="fa fa-fw fa-user"></i> ${user.username}</a></li>
|
|
|
% endif
|
|
% endif
|
|
|
% if 'help' in apps:
|
|
% if 'help' in apps:
|
|
|
<li><a title="${_('Documentation')}" data-rel="navigator-tooltip" href="/help"><i class="fa fa-question-circle"></i></a></li>
|
|
<li><a title="${_('Documentation')}" data-rel="navigator-tooltip" href="/help"><i class="fa fa-question-circle"></i></a></li>
|