mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 02:21:50 +08:00
luci-app-mwan3: correctness fixes
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -32,7 +32,6 @@ function renderMwan3Status(status) {
|
||||
css = 'success';
|
||||
time = '%t'.format(status.interfaces[iface].online);
|
||||
tname = _('Uptime');
|
||||
css = 'success';
|
||||
break;
|
||||
case 'offline':
|
||||
state = _('Offline');
|
||||
|
||||
Reference in New Issue
Block a user