mirror of
https://github.com/unraid/webgui.git
synced 2026-05-07 21:01:19 -05:00
Show shares when array is online and has formatting disks
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Menu="Shares:1"
|
||||
Title="User Shares"
|
||||
Tag="user-circle"
|
||||
Cond="$var['fsState']=="Started" && $var['shareUser']=='e'"
|
||||
Cond="$var['fsState']!="Stopped" && $var['shareUser']=='e'"
|
||||
---
|
||||
<?PHP
|
||||
/* Copyright 2005-2017, Lime Technology
|
||||
|
||||
Reference in New Issue
Block a user