Split run and logs
This commit is contained in:
parent
cce72978bf
commit
539cbd68a9
4 changed files with 56 additions and 13 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue