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:
parent
e5071c88f0
commit
d79d9874d7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue