mirror of
https://github.com/unraid/webgui.git
synced 2026-01-04 08:29:51 -06:00
12 lines
227 B
Plaintext
12 lines
227 B
Plaintext
Menu="Tasks:2"
|
|
Type="xmenu"
|
|
Code="e92a"
|
|
---
|
|
<?PHP
|
|
if ($var['fsState']=="Stopped") {
|
|
echo "<p class='notice shift'>"._('Array must be **Started** to view Shares').".</p>";
|
|
return;
|
|
}
|
|
if (count($pages)==2) $tabbed = false;
|
|
?>
|