Bug fix: work with pools

This commit is contained in:
bergware
2021-05-14 15:16:29 +02:00
parent 2d5f26cfdb
commit a6660db219
+1 -1
View File
@@ -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'):?>