{% extends 'layouts/base.html' %} {% block title %} Tables {% endblock title %} {% block content %}
Machine Statistics
{% for key,value in active_data.items() %}
{{key}}
{{value}}

3.48% Since last month

{% endfor %}

Details

{% for customer in datas %} {% endfor %}
HostName DateTime Total Phy Mem Used Phy Mem Free Phy Mem Swap Memory Cores Total System Space Usable Space /parablu
Image placeholder
{{customer['HostName']}}
{{customer['DateTime']}} {{customer['Total_Physical_Memory']}} {{customer['Used_Phy_Mem']}} {{customer['Free_Phy_Mem']}} {{customer['Swap_Mem']}} {{customer['Cores']}} {{customer['System_Space']}} {{customer['Usable_Space']}} {{customer['parablu']}}
{% include "includes/footer.html" %}
{% endblock content %} {% block javascripts %}{% endblock javascripts %}