{% extends "layout.html" %} {% block content %}

Change chart properties

In this page, user can change settings of graph in home page.

CPU temperature

{% if msg and msg.temperature %} {% endif %}

CPU Usage

{% if msg and msg.usage %} {% endif %}

Memory

{% if msg and msg.memory %} {% endif %}

frequency

{% if msg and msg.frequency %} {% endif %}

Load average

{% if msg and msg.loadavg %} {% endif %}

{% endblock %}