diff --git a/plugins/dynamix/DiskList.page b/plugins/dynamix/DiskList.page index 84cf1b36e..22c2c3448 100644 --- a/plugins/dynamix/DiskList.page +++ b/plugins/dynamix/DiskList.page @@ -1,7 +1,7 @@ Menu="Shares:2" Title="Disk Shares" Tag="user-circle-o" -Cond="$var['fsState']=='Started' && $var['shareDisk']!='no'" +Cond="$var['fsState']!="Stopped" && $var['shareUser']=='e'" --- Array must be started to view Shares.

"; +if ($var['fsState']=="Stopped") { + echo "

Array must be Started to view Shares.

"; return; } if (count($pages)==2) $tabbed = false;