[enh] colorize table on per job page

This commit is contained in:
Laurent Peuch 2018-11-05 02:03:56 +01:00
parent 5de8f702a1
commit a168a113d8

View file

@ -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>