{% set td = {'running':'success','frozen':'info','stopped':'important'} %} {% set tr = {'running':'success','frozen':'info','stopped':'error'} %} {% set disabled = {'running':'success','frozen':'info','stopped':'important'} %} {% extends "layout.html" %} {% block title %}Overview{% endblock %} {% block content %}
CPU usage :
Memory usage :
Disk usage :
Uptime :
Status | Name | Hostname | IP Address | Mem. usage | Actions |
---|---|---|---|---|---|
{{ status.status|capitalize }} | {% endif %}{{container.name}} | {{container.settings.utsname}} | {% if container.settings.flags == 'up' %}{% if container.settings.ipv4 != '' %}{{container.settings.ipv4}}{% else %}{% if container.ipv4 %}{{ container.ipv4 }}{% else %}Undefined{% endif %}{% endif %}{% elif container.settings.flags == 'down' %}Link Down{% endif %} | {{ render_memory_wrapper(container.memusg, container.settings.memlimit) }} |