Browse Source

Update panel.html

Raphael Schneeberger 7 years ago
parent
commit
684b201374
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/templates/admin/panel.html

+ 1 - 1
web/templates/admin/panel.html

@@ -24,10 +24,10 @@
       </div>
       <!-- /.l-menu -->
       <div class="l-profile noselect">
-        <a class="l-profile__server"><? echo gethostname(); ?></a>
         <a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates"; ?>">&nbsp;</a>
         <a class="l-profile__username" href="/edit/user/?user=<?php echo $user; ?>"><?=$user?></a>
         <a class="l-profile__logout" href="/logout/"> <?=__('Log out')?> </a>
+	<a class="l-profile__server"><? echo gethostname(); ?></a>
       </div>
       <!-- /.l-profile -->
     </div>