Skip to content

Commit 684b201

Browse files
authored
Update panel.html
2 parents 5751d42 + a164b49 commit 684b201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
</div>
2525
<!-- /.l-menu -->
2626
<div class="l-profile noselect">
27-
<a class="l-profile__server"><? echo gethostname(); ?></a>
2827
<a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates"; ?>">&nbsp;</a>
2928
<a class="l-profile__username" href="/edit/user/?user=<?php echo $user; ?>"><?=$user?></a>
3029
<a class="l-profile__logout" href="/logout/"> <?=__('Log out')?> </a>
30+
<a class="l-profile__server"><? echo gethostname(); ?></a>
3131
</div>
3232
<!-- /.l-profile -->
3333
</div>

0 commit comments

Comments
 (0)