mirror of
https://github.com/unraid/webgui.git
synced 2026-01-21 09:00:19 -06:00
Dashboard: make items moveable between columns
This commit is contained in:
@@ -232,7 +232,7 @@ input[value=Edit]{margin:12px 0 0 0;padding:5px 10px}
|
||||
<table id='db-box1' class='share_status dashboard'>
|
||||
<tbody class='system'>
|
||||
<tr><td><?=$var['NAME']?>
|
||||
<i class='fa fa-fw fa-wrench control' onclick='contentMgmt()' title="_(Content Management)_"></i><a href='/Dashboard/Settings/Identification' title="_(Go to identification settings)_"><i class='fa fa-fw fa-cog control' title="_(Identification)_"></i></a>
|
||||
<i class='fa fa-fw fa-wrench control' onclick='contentMgmt()' title="_(Content Management)_"></i><a href='/Dashboard/Settings/Identification' title="_(Go to identification settings)_"><i class='fa fa-fw fa-cog control' title="_(Go to identification settings)_"></i></a>
|
||||
<span class='ctrl'>
|
||||
<?if ($parity||$mover||$btrfs):?>
|
||||
<span class='fa fa-fw fa-<?=$started?'stop':'play'?>-circle busy' title="<?=$started?_("Stop the array"):_("Start the array")?>"></span>
|
||||
@@ -592,7 +592,7 @@ if (!$group) {
|
||||
<?$i=0?>
|
||||
<?foreach ($pools as $pool):?>
|
||||
<tbody id='pool_list<?=$i++?>' title="_(<?=$pool?> Information)_">
|
||||
<tr><td><?=ucfirst($pool)?><?if (!$started):?> (_(stopped)_)<?endif;?><a href='/Dashboard/Settings/DiskSettings' title="_(Go to disk settings)_"><i class='fa fa-fw fa-cog control'></i></a>
|
||||
<tr><td><?=ucfirst($pool)?><?if (!$started):?> (_(stopped)_)<?endif;?><a href='/Dashboard/Settings/Device?name=<?=$pool?>' title="_(Go to disk settings)_"><i class='fa fa-fw fa-cog control'></i></a>
|
||||
<?if ($started):?><span class='info'><?=sprintf(_("%s used of %s (%s %%)"),my_scale($cache_used[$pool]*1024,$unit)." $unit",my_scale($cache_size[$pool]*1024,$unit,-1,-1)." $unit",$cache_rate[$pool])?></span><?endif;?>
|
||||
</td></tr>
|
||||
<tr><td id='pool_info<?=$i?>'></td></tr>
|
||||
|
||||
Reference in New Issue
Block a user