{% extends "base.html" %} {% block title %}Voxint — status{% endblock %} {% block cb_breadcrumb %}settings /{% endblock %} {% block cb_summary %}{% endblock %} {% block cb_search %}{% endblock %} {% block cb_actions %}{% endblock %} {% block body %}
{% if overall_ok %}Everything is running normally{% else %}Some parts need attention{% endif %} {{ install_summary }}
Check for updates

PARTS OF VOXINT

THIS COMPUTER RIGHT NOW

{% include "settings/_status_gauges.html" %}

Speed settings (batch size, GPU on/off) live under Hardware.

{% endblock %}