NFS security rule: change input to textarea, which allows more input

This commit is contained in:
bergware
2022-11-12 17:06:18 +01:00
parent aafe17fcc6
commit d6b67b44aa
+1 -1
View File
@@ -76,7 +76,7 @@ _(Security)_:
<form markdown="1" method="POST" name="otherForm" action="/update.htm" target="progressFrame">
<input type="hidden" name="shareName" value="<?=htmlspecialchars($name)?>">
_(Rule)_:
: <input type="text" name="shareHostListNFS" maxlength="256" value="<?=htmlspecialchars($sec_nfs[$name]['hostList'])?>">
: <textarea name="shareHostListNFS" spellcheck="false" cols="80" rows="5" maxlength="2048" style="resize:none;width:65.5%"><?=htmlspecialchars($sec_nfs[$name]['hostList'])?></textarea>
&nbsp;
: <input type="submit" name="changeShareAccessNFS" value="_(Apply)_" disabled><input type="button" value="_(Done)_" onclick="done()">