{{ extends "_layouts/default" }} {{ block infobox(style, icon, text, url, count) }}
{{end}} {{ block progress(title, percent) }} {{title}}{{percent}}% 30% {{end}} {{ block body() }}

SWIRL V{{ version }}

Another Docker Swarm Management System.

Fork me {**} {**} {**} {**} {*Document*} {**}

{{yield infobox(style="success", icon="cubes", text="Nodes", url="/node/", count=.NodeCount)}} {{yield infobox(style="info", icon="globe", text="Networks", url="/network/", count=.NetworkCount)}} {{yield infobox(style="danger", icon="ticket", text="Services", url="/service/", count=.ServiceCount)}} {{yield infobox(style="primary", icon="server", text="Stacks", url="/stack/task/", count=.StackCount)}}

Features

Local

{*{{yield progress(title="System", percent=0)}}*} {{yield progress(title="Image", percent=100)}} {{yield progress(title="Container", percent=35)}} {{yield progress(title="Volume", percent=100)}}

Swarm

{{yield progress(title="Registry", percent=100)}} {{yield progress(title="Node", percent=100)}} {{yield progress(title="Network", percent=100)}} {{yield progress(title="Service", percent=100)}} {{yield progress(title="Stack", percent=100)}} {{yield progress(title="Task", percent=100)}} {{yield progress(title="Secret", percent=100)}} {{yield progress(title="Config", percent=100)}}

System

{{yield progress(title="Profile", percent=100)}} {{yield progress(title="Role", percent=100)}} {{yield progress(title="User", percent=100)}} {{yield progress(title="Setting", percent=100)}} {{yield progress(title="Event", percent=80)}}
{{ end }}