From 738c7b8086c0ef08174653963963af05b5106db6 Mon Sep 17 00:00:00 2001 From: cuigh Date: Fri, 4 May 2018 13:34:58 +0800 Subject: [PATCH] Fix #9 --- views/index.jet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.jet b/views/index.jet index ae105f2..38c735d 100644 --- a/views/index.jet +++ b/views/index.jet @@ -67,7 +67,7 @@ {{yield infobox(style="success", icon="cubes", text=i18n("home.node"), url="/node/", count=.NodeCount)}} {{yield infobox(style="info", icon="globe", text=i18n("home.network"), url="/network/", count=.NetworkCount)}} {{yield infobox(style="danger", icon="ticket-alt", text=i18n("home.service"), url="/service/", count=.ServiceCount)}} - {{yield infobox(style="primary", icon="server", text=i18n("home.stack"), url="/stack/task/", count=.StackCount)}} + {{yield infobox(style="primary", icon="server", text=i18n("home.stack"), url="/stack/", count=.StackCount)}}