mirror of
https://github.com/unraid/webgui.git
synced 2026-01-01 23:20:35 -06:00
Disable WSD options if array running.
This commit is contained in:
@@ -77,7 +77,7 @@ _(WSD options [experimental])_:
|
||||
<script>
|
||||
function checkWSDSettings() {
|
||||
form=document.SMBEnable;
|
||||
if (form.USE_WSD.value=="yes") {
|
||||
if (form.USE_WSD.value=="yes" && <?=($var['fsState']=="Started")?> {
|
||||
form.WSD2_OPT.disabled=false;
|
||||
} else {
|
||||
form.WSD2_OPT.disabled=true;
|
||||
|
||||
Reference in New Issue
Block a user