This commit is contained in:
parent
d98e9767d3
commit
e696b2a10b
2 changed files with 33 additions and 0 deletions
9
templates/monitoring.html
Normal file
9
templates/monitoring.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}Monitoring{% endblock %}
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<p>Git status: {{ git_status }}</p>
|
||||
<p>Website status: {{ website_status }}</p>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue