mirror of
https://github.com/unraid/webgui.git
synced 2026-04-30 06:49:24 -05:00
NFS security rule: change input to textarea, which allows more input
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
: <input type="submit" name="changeShareAccessNFS" value="_(Apply)_" disabled><input type="button" value="_(Done)_" onclick="done()">
|
||||
|
||||
Reference in New Issue
Block a user