mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
* Fixed changed layout of flash_keep in admin > index
This commit is contained in:
@@ -5,8 +5,8 @@ c = m:section(NamedSection, "main", "core", "Allgemein")
|
||||
c:option(Value, "lang", "Sprache")
|
||||
c:option(Value, "mediaurlbase", "Mediaverzeichnis")
|
||||
|
||||
f = m:section(NamedSection, "flash", "extern", "Firmwareupgrade")
|
||||
f:option(Value, "keep", "Übernehme Dateien").size = 64
|
||||
f = m:section(NamedSection, "flash_keep", "extern", "Zu übernehmende Dateien bei Firmwareupgrade")
|
||||
f.dynamic = true
|
||||
|
||||
p = m:section(NamedSection, "category_privileges", "core", "Kategorieprivilegien")
|
||||
p.dynamic = true
|
||||
|
||||
Reference in New Issue
Block a user