{% extends "dashboard.html" %} {% block content %}
{% if 'fs' in ['mem','']%}
File System Information
{% for i in data %} {% for j in i %} {% if j %} {% endif %} {% endfor %} {% endfor %}
Filesystem Size Used Avail Use% Mounted-on
{{j}}
{% endif %}
IP Address Information
IP Address {{ip}}
OS Information
{% for i in oslist %} {% endfor %}
Field Value
{{i[0]}}
{{i[1]}}
Hostname Information
{% for i in hostnamectllist %} {% endfor %}
Field Value
{{i[0]}}
{{i[1]}}
Uptime
Uptime {{uptimeinfo[0]}}
{% endblock %}