mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 19:25:16 +00:00
update update manager display
This commit is contained in:
parent
5e3f22fd3f
commit
8a140a5777
1 changed files with 2 additions and 3 deletions
|
@ -5,12 +5,11 @@
|
||||||
<v-card class="card">
|
<v-card class="card">
|
||||||
<v-card-title style="padding-bottom: 0;">
|
<v-card-title style="padding-bottom: 0;">
|
||||||
{{ item.author.login }}
|
{{ item.author.login }}
|
||||||
<span v-text="`• ${item.sha.substring(0, 7)}`" class="subtitle" />
|
<span v-text="`• ${item.sha.substring(0, 7)} • ${new Date(item.commit.committer.date).toLocaleString()}`" class="subtitle" />
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
|
|
||||||
<div style="margin-left: 1em;">
|
<div style="margin-left: 1em;">
|
||||||
<b>Title:</b> {{ item.commit.message }}<br>
|
{{ item.commit.message }}
|
||||||
{{ new Date(item.commit.committer.date).toLocaleString() }}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
|
|
Loading…
Reference in a new issue