mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[enh] add link to repo on app page
This commit is contained in:
parent
892905093d
commit
364325ff58
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<th>App</th>
|
<th>App</th>
|
||||||
</thead>
|
</thead>
|
||||||
<tr v-for="(app, index) in apps" :id="app.id">
|
<tr v-for="(app, index) in apps" :id="app.id">
|
||||||
<td>{{app.name}}</td>
|
<td>{{app.name}} <a target="_blank" v-bind:href="app.url">↪</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue