modules/admin-full: Optimized mount-point configuration page
This commit is contained in:
parent
662f70a467
commit
027effe9c8
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ m = Map("fstab", translate("a_s_fstab"))
|
|||
mount = m:section(TypedSection, "mount", translate("a_s_fstab_mountpoints"), translate("a_s_fstab_mountpoints1"))
|
||||
mount.anonymous = true
|
||||
mount.addremove = true
|
||||
mount.template = "cbi/tblsection"
|
||||
|
||||
mount:option(Flag, "enabled", translate("enable"))
|
||||
mount:option(Value, "device", translate("device"), translate("a_s_fstab_device1"))
|
||||
|
@ -27,6 +28,7 @@ mount:option(Value, "options", translate("options"), translatef("manpage", "sieh
|
|||
swap = m:section(TypedSection, "swap", "SWAP", translate("a_s_fstab_swap1"))
|
||||
swap.anonymous = true
|
||||
swap.addremove = true
|
||||
swap.template = "cbi/tblsection"
|
||||
|
||||
swap:option(Flag, "enabled", translate("enable"))
|
||||
swap:option(Value, "device", translate("device"), translate("a_s_fstab_device1"))
|
||||
|
|
Loading…
Reference in a new issue