diff --git a/nginx/vue/src/components/util/CommitHistory.vue b/nginx/vue/src/components/util/CommitHistory.vue index 91c8753..f741c80 100644 --- a/nginx/vue/src/components/util/CommitHistory.vue +++ b/nginx/vue/src/components/util/CommitHistory.vue @@ -43,7 +43,9 @@ onMounted(() => { alt="User avatar" class="avatar" /> -

repo: {{ feed.repo.full_name }}

+ +

repo: {{ feed.repo.full_name }}

+

Action: {{ feed.op_type }}

Message: {{ JSON.parse(feed.content).Commits[0].Message }}

{{ new Date(feed.created).toLocaleString() }}