diff options
Diffstat (limited to 'applications/luci-app-mwan3/htdocs/luci-static')
-rw-r--r-- | applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/status/overview.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/status/overview.js b/applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/status/overview.js index 14e0b0252b..c60ac7afa2 100644 --- a/applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/status/overview.js +++ b/applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/status/overview.js @@ -61,11 +61,11 @@ function renderMwan3Status(status) { } statusview += '<div class="alert-message %h">'.format(css); - statusview += '<div><strong>%h: </strong>%h</div>'.format(_('Interface'), iface); - statusview += '<div><strong>%h: </strong>%h</div>'.format(_('Status'), state); + statusview += '<div><strong>%h: </strong>%h</div>'.format(_('Interface'), iface); + statusview += '<div><strong>%h: </strong>%h</div>'.format(_('Status'), state); if (time) - statusview += '<div><strong>%h: </strong>%h</div>'.format(tname, time); + statusview += '<div><strong>%h: </strong>%h</div>'.format(tname, time); statusview += '</div>'; } |