gui: Display global changes timestamps in 24h format

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4130
This commit is contained in:
Ben S 2017-05-04 10:18:47 +00:00 committed by Jakob Borg
parent 0b854dff9d
commit d2699a20fc

View File

@ -15,7 +15,7 @@
<td>{{changeEvent.data.action}}</td>
<td>{{changeEvent.data.type}}</td>
<td>{{changeEvent.data.path}}</td>
<td>{{changeEvent.time | date:'medium'}}</td>
<td>{{changeEvent.time | date:"yyyy-MM-dd HH:mm:ss"}}</td>
</tr>
</table>
</div>
@ -24,4 +24,4 @@
<span class="fa fa-times"></span>&nbsp;<span translate>Close</span>
</button>
</div>
</model>
</modal>