mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] add link to job url in job page
This commit is contained in:
parent
a168a113d8
commit
43f6b31fda
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
<h1 class="title">
|
||||
<span v-if="!job.deleted">Job '{{job.name}}'</span>
|
||||
<span v-if="job.deleted"><s>Job '{{job.name}}'</s> DELETED</span>
|
||||
<a target="_blank" v-bind:href="job.url_or_path">↪</a>
|
||||
</h1>
|
||||
|
||||
<div style="margin-bottom: 15px" v-if="!job.deleted">
|
||||
|
|
Loading…
Add table
Reference in a new issue