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)}}