Split run and logs

This commit is contained in:
nemunaire 2021-05-02 16:26:23 +02:00
commit 539cbd68a9
4 changed files with 56 additions and 13 deletions

View file

@ -18,14 +18,16 @@
</form>
</div>
<div id="started-alert" class="alert alert-info" style="display: none;">
<strong>Job running...</strong>
it's ID is <code id="jobid"></code>
</div>
<div id="logs-card" class="card" style="display: none;">
<h5 class="card-header">
Here is your container logs output:
</h5>
<pre id="logs" class="card-body bg-dark text-light">
test
test
</pre>
<pre id="logs" class="card-body bg-dark text-light"></pre>
</div>
<script src="/js/minifass.js"></script>