UI - instances backend started

This commit is contained in:
bunkerity
2020-12-24 14:55:11 +01:00
parent 951f3957fd
commit b5fe6335c7
9 changed files with 119 additions and 38 deletions

View File

@@ -2,8 +2,13 @@
{% block content %}
Something went wrong.
Some information : {{ error }}
<div class="row justify-content-center">
<div class="col col-6 text-center">
<div class="alert alert-danger">
Something went wrong...<br />
{{ error }}
</div>
</div>
</div>
{% endblock %}