This commit is contained in:
cuigh 2018-05-04 13:34:58 +08:00
parent f1b8e1dca8
commit 738c7b8086

View File

@ -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)}}
</div>
</div>
</section>