|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
<v-text-field v-model="search" label="Search" class="mx-4"></v-text-field>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:item.workflow="{ item }">
|
|
|
|
|
<a :href="`https://github.com/${item.owner}/${item.repo}/actions?query=workflow%3A${item.workflow}`" target="_blank">{{ item.workflow }}</a>
|
|
|
|
|
<a :href="`https://github.com/${item.owner}/${item.repo}/actions`" target="_blank">{{ item.workflow }}</a>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:item.message="{ item }">
|
|
|
|
|
<a :href="`https://github.com/${item.owner}/${item.repo}/actions/runs/${item.runId}`" target="_blank">{{ item.message }}</a>
|
|
|
|
|