diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-10 13:42:56 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-10 13:42:56 +0100 |
commit | 4990ec831c7190946106d5073c02ad85616c04b8 (patch) | |
tree | d7fd6953811b7b3dbab32c4c2df83300e08a54a5 /modules | |
parent | 5e113afdd76560d624050aa1da281f4042a09a85 (diff) |
luci-mod-admin-full: fix direct package install
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm b/modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm index 1bc9caced..d5d78289b 100644 --- a/modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm +++ b/modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm @@ -102,7 +102,7 @@ end <label class="cbi-value-title"><%:Download and install package%>:</label> <div class="cbi-value-field"> <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> |