mirror of
https://github.com/unraid/webgui.git
synced 2026-03-01 21:59:39 -06:00
Main page: hide Move button when user shares are not enabled
This commit is contained in:
@@ -520,7 +520,7 @@ function formatWarning(val) {
|
||||
<tr><td></td><td><input type="button" value="_(Clear Stats)_" onclick="toggle_state('Clear')"></td><td>**_(Clear Stats)_** _(will immediately clear all disk statistics)_.</td></tr>
|
||||
<tr><td></td><td class="line" colspan="2"></td></tr>
|
||||
</table>
|
||||
<?if ($var['shareCacheEnabled']=="yes" && $pool_devices):?>
|
||||
<?if ($var['shareUser']=='e' && $var['shareCacheEnabled']=="yes" && $pool_devices):?>
|
||||
<form name="mover_schedule" method="POST" action="/update.htm" target="progressFrame">
|
||||
<table markdown="1" class="array_status noshift">
|
||||
<tr><td></td>
|
||||
|
||||
Reference in New Issue
Block a user