mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
feat: format expire date on admin ui
This commit is contained in:
parent
81a931c884
commit
adacc6a0f6
@ -1011,7 +1011,7 @@ const dbView = Vue.component('db-view', {
|
||||
<tr v-for="(v, k) in sharedPlaylists">
|
||||
<th><a target="_blank" v-bind:href="'/shared/'+ v.playlistId">{{v.playlistId}}</a></th>
|
||||
<th>{{v.user}}</th>
|
||||
<th>{{v.expires}}</th>
|
||||
<th>{{new Date(v.expires * 1000).toLocaleString()}}</th>
|
||||
<th>[<a v-on:click="deletePlaylist(v)">delete</a>]</th>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user