mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 21:50:24 -06:00
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
Menu="Tasks:2"
|
|
Type="xmenu"
|
|
Code="f07b"
|
|
----
|
|
<?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;
|
|
?>
|