luci-mod-system: restructure administration pages
authorJo-Philipp Wich <jo@mein.io>
Tue, 20 Nov 2018 09:50:03 +0000 (10:50 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 20 Nov 2018 10:01:50 +0000 (11:01 +0100)
commit447f0c81713e567706c970d5c8fdea732dac52d4
tree8160ab608be83ffe85dfc529c7ad0f5a0a5141d3
parentfc87173e1faf00b5e12c223f400b18a69abac852
luci-mod-system: restructure administration pages

Split password, dropbear and SSH key configuration into separate pages in
order to improve the form layout and to simplify the code.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-mod-system/luasrc/controller/admin/system.lua
modules/luci-mod-system/luasrc/model/cbi/admin_system/admin.lua [deleted file]
modules/luci-mod-system/luasrc/model/cbi/admin_system/dropbear.lua [new file with mode: 0644]
modules/luci-mod-system/luasrc/view/admin_system/password.htm [new file with mode: 0644]
modules/luci-mod-system/luasrc/view/admin_system/sshkeys.htm [new file with mode: 0644]