mirror of
https://github.com/openwrt/luci
synced 2025-01-09 04:28:37 +08:00
luci-mod-dashboard: fix indentation
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
d4b8290f07
commit
07342ef9ad
@ -155,7 +155,7 @@ return baseclass.extend({
|
||||
var ifc = data[min_metric_i];
|
||||
|
||||
if (v6) {
|
||||
var uptime = ifc.getUptime();
|
||||
var uptime = ifc.getUptime();
|
||||
this.params.internet.v6.uptime.value = (uptime > 0) ? '%t'.format(uptime) : '-';
|
||||
this.params.internet.v6.ipprefixv6.value = ifc.getIP6Prefix() || '-';
|
||||
this.params.internet.v6.gatewayv6.value = ifc.getGateway6Addr() || '-';
|
||||
|
Loading…
Reference in New Issue
Block a user