git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
db4139b
)
luci-mod-admin-full: packages: display available packages by default
author
Jo-Philipp Wich
<redacted>
Tue, 19 Jun 2018 15:57:08 +0000
(17:57 +0200)
committer
Jo-Philipp Wich
<redacted>
Sat, 23 Jun 2018 16:01:43 +0000
(18:01 +0200)
Signed-off-by: Jo-Philipp Wich <redacted>
modules/luci-mod-admin-full/luasrc/controller/admin/system.lua
patch
|
blob
|
history
diff --git
a/modules/luci-mod-admin-full/luasrc/controller/admin/system.lua
b/modules/luci-mod-admin-full/luasrc/controller/admin/system.lua
index 6fcd66f44107e4ecdbcd167c630b4db6a6d31326..0c19893cf8cddc46d992bfbbbaebb48f00e301d2 100644
(file)
--- a/
modules/luci-mod-admin-full/luasrc/controller/admin/system.lua
+++ b/
modules/luci-mod-admin-full/luasrc/controller/admin/system.lua
@@
-74,7
+74,7
@@
function action_packages()
local out, err
-- Display
- local display = luci.http.formvalue("display") or "
installed
"
+ local display = luci.http.formvalue("display") or "
available
"
-- Letter
local letter = string.byte(luci.http.formvalue("letter") or "A", 1)
git clone https://git.99rst.org/PROJECT