diff --git a/frontend/src/pages/jobs/index.vue b/frontend/src/pages/jobs/index.vue index 4dd0297..718bdfd 100644 --- a/frontend/src/pages/jobs/index.vue +++ b/frontend/src/pages/jobs/index.vue @@ -89,7 +89,7 @@ density="comfortable" prepend-icon="mdi:mdi-source-branch" :href="`https://github.com/AOSC-Dev/aosc-os-abbs/tree/${(item as Job).git_branch}`" - style="margin-right: 5px;" + style="margin-right: 5px; margin-bottom: 5px;" > {{ (item as Job).git_branch }} @@ -98,7 +98,7 @@ density="comfortable" prepend-icon="mdi:mdi-source-commit" :href="`https://github.com/AOSC-Dev/aosc-os-abbs/commit/${(item as Job).git_sha}`" - style="margin-right: 5px;" + style="margin-right: 5px; margin-bottom: 5px;" > {{ (item as Job).git_sha.substring(0, 8) }} @@ -108,7 +108,7 @@ prepend-icon="mdi:mdi-source-pull" :href="`https://github.com/AOSC-Dev/aosc-os-abbs/pull/${(item as Job).github_pr}`" v-if="(item as Job).github_pr" - style="margin-right: 5px;" + style="margin-right: 5px; margin-bottom: 5px;" > #{{ (item as Job).github_pr }} @@ -116,6 +116,7 @@ label density="comfortable" prepend-icon="mdi:mdi-cpu-64-bit" + style="margin-right: 5px; margin-bottom: 5px;" > {{ (item as Job).arch }} @@ -132,6 +133,9 @@ size="x-small" v-if="(item as Job).log_url !== null && (item as Job).log_url !== undefined" :to="{ path: (item as Job).log_url.replace('https://buildit.aosc.io/logs/', '/web-logs/') }"> + + View Log +