diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-04-29 08:42:19 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-04-29 08:42:19 +0200 |
commit | 07342ef9ad6188597abef0428cd637cc787e5e29 (patch) | |
tree | 8791b60b95f67432a1f91a8e0be096e14c91b44f /modules/luci-mod-dashboard/htdocs/luci-static/resources/view | |
parent | d4b8290f072767182e2d172da847291d49b9ce45 (diff) |
luci-mod-dashboard: fix indentation
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'modules/luci-mod-dashboard/htdocs/luci-static/resources/view')
-rw-r--r-- | modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/10_router.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() || '-'; |