mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 05:00:06 -06:00
Users: add icon to title bar
This commit is contained in:
@@ -26,11 +26,11 @@ div.title{margin-top:-30px!important}
|
||||
<?endif;?>
|
||||
</style>
|
||||
|
||||
<div class="title">_(Management Access)_</div>
|
||||
<div class="title"><span class="left"><i class="fa fa-bell title"></i>_(Management Access)_</span></div>
|
||||
<?$img = "/boot/config/plugins/dynamix/users/root.png"?>
|
||||
<div class="user-list" style="text-align:center"><a class="<?=(!empty($users['root']['desc']) ? 'info' : '')?>" href="<?=$path?>/UserEdit?name=root"><img src="<?=(file_exists($img) ? autov($img) : '/webGui/images/user.png')?>" class="picture" border="0" width="48" height="48"><br>root<span><?=htmlspecialchars($users['root']['desc'])?></span></a></div>
|
||||
|
||||
<div class="title">_(Shares Access)_</div>
|
||||
<div class="title"><span class="left"><i class="fa fa-cloud title"></i>_(Shares Access)_</span></div>
|
||||
<?foreach ($users as $user):?>
|
||||
<?if ($user['name'] == 'root') continue;?>
|
||||
<?$img = "/boot/config/plugins/dynamix/users/{$user['name']}.png"?>
|
||||
|
||||
Reference in New Issue
Block a user