diff --git a/frontend/src/pages/jobs/index.vue b/frontend/src/pages/jobs/index.vue index d1d1fc0..b874098 100644 --- a/frontend/src/pages/jobs/index.vue +++ b/frontend/src/pages/jobs/index.vue @@ -70,10 +70,12 @@
mdi:mdi-calendar - {{ new TimeAgo('en-US').format(new Date((item as Job).creation_time)) }} - - {{ new Date((item as Job).creation_time) }} - +
+ {{ new TimeAgo('en-US').format(new Date((item as Job).creation_time)) }} + + {{ new Date((item as Job).creation_time) }} + +
@@ -86,7 +88,7 @@ label density="comfortable" prepend-icon="mdi:mdi-source-branch" - :href="`https://github.com/AOSC-Dev/aosc-os-abbs/branch/${(item as Job).git_branch}`" + :href="`https://github.com/AOSC-Dev/aosc-os-abbs/tree/${(item as Job).git_branch}`" style="margin-right: 5px;" > {{ (item as Job).git_branch }}