luci-mod-admin-full: packages: display available packages by default
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
db4139b149
commit
b4d78d2042
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ function action_packages()
|
||||||
local out, err
|
local out, err
|
||||||
|
|
||||||
-- Display
|
-- Display
|
||||||
local display = luci.http.formvalue("display") or "installed"
|
local display = luci.http.formvalue("display") or "available"
|
||||||
|
|
||||||
-- Letter
|
-- Letter
|
||||||
local letter = string.byte(luci.http.formvalue("letter") or "A", 1)
|
local letter = string.byte(luci.http.formvalue("letter") or "A", 1)
|
||||||
|
|
Loading…
Reference in a new issue