mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-22 22:58:25 +00:00
gui: Display global changes timestamps in 24h format
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4130
This commit is contained in:
parent
0b854dff9d
commit
d2699a20fc
@ -15,7 +15,7 @@
|
|||||||
<td>{{changeEvent.data.action}}</td>
|
<td>{{changeEvent.data.action}}</td>
|
||||||
<td>{{changeEvent.data.type}}</td>
|
<td>{{changeEvent.data.type}}</td>
|
||||||
<td>{{changeEvent.data.path}}</td>
|
<td>{{changeEvent.data.path}}</td>
|
||||||
<td>{{changeEvent.time | date:'medium'}}</td>
|
<td>{{changeEvent.time | date:"yyyy-MM-dd HH:mm:ss"}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
@ -24,4 +24,4 @@
|
|||||||
<span class="fa fa-times"></span> <span translate>Close</span>
|
<span class="fa fa-times"></span> <span translate>Close</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</model>
|
</modal>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user