mirror of
https://github.com/unraid/webgui.git
synced 2026-01-01 15:10:19 -06:00
22 lines
342 B
Plaintext
22 lines
342 B
Plaintext
Menu="Tasks:2"
|
|
Type="xmenu"
|
|
Code="e92a"
|
|
---
|
|
<?
|
|
$noticeMessage = null;
|
|
if ($var['fsState'] == "Stopped") {
|
|
$noticeMessage = _('Array must be **Started** to view Shares');
|
|
}
|
|
?>
|
|
|
|
<? if ($noticeMessage): ?>
|
|
<p class="notice"><?= $noticeMessage ?></p>
|
|
<? return; ?>
|
|
<? endif; ?>
|
|
|
|
<?
|
|
if (count($pages) == 2) {
|
|
$tabbed = false;
|
|
}
|
|
?>
|