mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
14 lines
373 B
HTML
14 lines
373 B
HTML
{% extends 'login_nav.html' %}
|
|
|
|
{% block main_block %}
|
|
|
|
<p>The system diagnostic test will run a number of checks on your
|
|
system to confirm that network services are running and configured
|
|
properly. It may take a minute to complete.</p>
|
|
|
|
<p><a class="btn btn-primary btn-large"
|
|
href="{{ basehref }}/sys/diagnostics/test">Run diagnostic test
|
|
»</a></p>
|
|
|
|
{% endblock %}
|