From: Florian Eckert Date: Mon, 29 Apr 2024 06:42:19 +0000 (+0200) Subject: luci-mod-dashboard: fix indentation X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=07342ef9ad6188597abef0428cd637cc787e5e29;p=project%2Fluci.git luci-mod-dashboard: fix indentation Signed-off-by: Florian Eckert --- diff --git a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/10_router.js b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/10_router.js index 1667eca6ff..f5002df84d 100644 --- a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/10_router.js +++ b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/10_router.js @@ -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() || '-';