applications/luci-commands: remove bogus default value from arguments field
This commit is contained in:
parent
c021bf7455
commit
dfdd128c4b
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ You may obtain a copy of the License at
|
|||
<h3><%=pcdata(command.name)%></h3>
|
||||
<p><%:Command:%> <code><%=pcdata(command.command)%></code></p>
|
||||
<% if command.param == "1" then %>
|
||||
<p><%:Arguments:%> <input style="width: 50%" type="text" value="openwrt.org" id="<%=command['.name']%>" /></p>
|
||||
<p><%:Arguments:%> <input style="width: 50%" type="text" id="<%=command['.name']%>" /></p>
|
||||
<% end %>
|
||||
<div style="position:absolute; left:0; bottom:20px">
|
||||
<input type="button" value="<%:Run%>" class="cbi-button cbi-button-apply" onclick="command_run('<%=command['.name']%>')" />
|
||||
|
|
Loading…
Reference in a new issue