mirror of
https://github.com/unraid/webgui.git
synced 2026-04-29 06:19:30 -05:00
Bug fix: work with pools
This commit is contained in:
@@ -16,7 +16,7 @@ Cond="(count($devs)>0)"
|
||||
*/
|
||||
?>
|
||||
<?
|
||||
$tabX = '#tab'.($var['fsState']=='Stopped'||is_dir('/mnt/cache') ? '4' : '3');
|
||||
$tabX = '#tab'.($var['fsState']=='Stopped'||$pool_devices ? '4' : '3');
|
||||
?>
|
||||
<script>
|
||||
<?if ($var['fsState']=='Started'):?>
|
||||
|
||||
Reference in New Issue
Block a user