mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[enh] colorize table on per job page
This commit is contained in:
parent
5de8f702a1
commit
a168a113d8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<button class="button is-default" v-on:click="restartJob">Restart job</button>
|
||||
</div>
|
||||
|
||||
<table class="table is-bordered">
|
||||
<table v-bind:class="['table', 'is-bordered', job.state + 'Job']">
|
||||
<tr><th>State</th><td>{{job.state}}</td></tr>
|
||||
<tr><th>Created time</th><td>{{timestampToDate(job.created_time)}}</td></tr>
|
||||
<tr><th>Started time</th><td>{{timestampToDate(job.started_time)}}</td></tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue