Skip to content

Commit 19fd420

Browse files
author
Kristan Kenney
committed
Add edit quick action target to hostname field
1 parent 40369d7 commit 19fd420

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
@@ -20,7 +20,7 @@
2020
<!-- /.l-menu -->
2121
<div class="l-profile noselect">
2222
<a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates"; ?>">&nbsp;</a>
23-
<a class="l-profile__server"><? echo gethostname(); ?></a>
23+
<a class="l-profile__server" href="/edit/server/"><? echo gethostname(); ?></a>
2424
<a class="l-profile__username" href="/edit/user/?user=<?php echo $user; ?>"><?=$user?></a>
2525
<a class="l-profile__logout" href="/logout/"> <?=__('Log out')?> <i class="fas fa-sign-out-alt"></i></a>
2626
</div>

0 commit comments

Comments
 (0)