From: Florian Eckert Date: Mon, 29 Apr 2024 09:43:35 +0000 (+0200) Subject: luci-app-keepalived: fix indentation X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=7c06536a00f9bc59a3146f8b9f82c90e9f8b399e;p=project%2Fluci.git luci-app-keepalived: fix indentation Signed-off-by: Florian Eckert --- diff --git a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/overview.js b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/overview.js index ba1c1d2eb7..e65762a914 100644 --- a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/overview.js +++ b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/overview.js @@ -48,14 +48,14 @@ return view.extend({ } } } - return [ + return [ target.data.iname, target.data.ifp_ifname, state, target.stats.advert_sent, target.stats.advert_rcvd, new Date(target.data.last_transition * 1000) - ]; + ]; }), E('em', _('There are no active instances')) );