luci-mod-admin-full: fix direct package install
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
5e113afdd7
commit
4990ec831c
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ end
|
||||||
<label class="cbi-value-title"><%:Download and install package%>:</label>
|
<label class="cbi-value-title"><%:Download and install package%>:</label>
|
||||||
<div class="cbi-value-field">
|
<div class="cbi-value-field">
|
||||||
<input type="text" name="url" size="30" value="" />
|
<input type="text" name="url" size="30" value="" />
|
||||||
<input class="cbi-button cbi-input-save" type="submit" name="exec" value="<%:OK%>" />
|
<input class="cbi-button cbi-input-save" type="submit" name="go" value="<%:OK%>" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue