git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e5071c8
)
luci-mod-system: correct table cell rendering without umount button
author
Jo-Philipp Wich
<redacted>
Sat, 29 Sep 2018 12:09:43 +0000
(14:09 +0200)
committer
Jo-Philipp Wich
<redacted>
Sat, 29 Sep 2018 12:09:43 +0000
(14:09 +0200)
Fixes #2173.
Signed-off-by: Jo-Philipp Wich <redacted>
modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab.lua
patch
|
blob
|
history
diff --git
a/modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab.lua
b/modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab.lua
index 3ce5351bf0efa54a1a8bd9e2e2c548aad820fb5f..02fe9cc05e1906d04199530b45396e19c98232e0 100644
(file)
--- a/
modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab.lua
+++ b/
modules/luci-mod-system/luasrc/model/cbi/admin_system/fstab.lua
@@
-122,6
+122,8
@@
unmount.render = function(self, section, scope)
self.title = translate("Unmount")
self.inputstyle = "remove"
Button.render(self, section, scope)
+ else
+ luci.http.write(" ")
end
end
git clone https://git.99rst.org/PROJECT