mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[fix] make links relative
This commit is contained in:
parent
6296ff6026
commit
22a430183c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<th>End time</th>
|
||||
</thead>
|
||||
<tr v-for="(job, index) in jobs" :id="job.id">
|
||||
<td><a v-bind:href="'/job/' + job.id">{{job.name}}</a></td>
|
||||
<td><a v-bind:href="'job/' + job.id">{{job.name}}</a></td>
|
||||
<td>{{job.state}}</td>
|
||||
<td>{{job.target_revision}}</td>
|
||||
<td>{{job.yunohost_version}}</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue