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