{% extends "layout.html" %} {% set active_page = "info" %} {% set help_page = ["https://kizniche.github.io/Mycodo/System-Information/", _('System Information')] %} {% block title %} - {{_('System Information')}}{% endblock %} {% block body %}
{{uptime}}
{{uname}}
{{gpio_readall}}
{{i2c_devices_sorted[each_i2c_dev]}}
{{df}}
{{free}}
{{dmesg_output}}
{{ifconfig}}
{{pstree_daemon}}
{{top_daemon}}
{{pstree_frontend}}
{{top_frontend}}