modules/admin-full: Optimized mount-point configuration page

This commit is contained in:
Steven Barth 2008-08-13 23:19:48 +00:00
parent 662f70a467
commit 027effe9c8

View file

@ -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"))