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

@@ -5,7 +5,7 @@
{% if operation != "" %}
<div class="row justify-content-center">
<div class="col col-4 mb-3 text-center">
<div class="alert alert-primary alert-dismissible fade show" role="alert">
<div class="alert alert-primary alert-dismissible fade show text-break" role="alert">
{{ operation }}
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>