From 07342ef9ad6188597abef0428cd637cc787e5e29 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 29 Apr 2024 08:42:19 +0200 Subject: luci-mod-dashboard: fix indentation Signed-off-by: Florian Eckert --- .../htdocs/luci-static/resources/view/dashboard/include/10_router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/luci-mod-dashboard/htdocs/luci-static/resources/view') 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() || '-'; -- cgit v1.2.3