gluon-luci-admin: fix firmware upgrade confirmation code
Fix an exception breaking the page.
This commit is contained in:
parent
e7b434ef34
commit
01512419f4
@ -45,7 +45,7 @@ $Id$
|
|||||||
if flashsize > 0 then
|
if flashsize > 0 then
|
||||||
write(luci.i18n.translatef(
|
write(luci.i18n.translatef(
|
||||||
" (%s available)",
|
" (%s available)",
|
||||||
w.byte_format(flashsize)
|
byte_format(flashsize)
|
||||||
))
|
))
|
||||||
end
|
end
|
||||||
%></li>
|
%></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user