luci-mod-system: correct table cell rendering without umount button

Fixes #2173.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-09-29 14:09:43 +02:00
parent e5071c88f0
commit d79d9874d7

View file

@ -122,6 +122,8 @@ unmount.render = function(self, section, scope)
self.title = translate("Unmount") self.title = translate("Unmount")
self.inputstyle = "remove" self.inputstyle = "remove"
Button.render(self, section, scope) Button.render(self, section, scope)
else
luci.http.write("&#160;")
end end
end end