mirror of
https://github.com/unraid/webgui.git
synced 2026-01-17 23:20:02 -06:00
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
Menu="Tasks:2"
|
|
Type="xmenu"
|
|
----
|
|
<?PHP
|
|
if ($var['fsState']=="Stopped") {
|
|
echo "<p class='notice'>Array must be <span class='strong big'>Started</span> to view Shares.</p>";
|
|
return;
|
|
}
|
|
if (count($pages)==2) $tabbed = false;
|
|
?>
|