admin: display on interface time synchronization diff

This commit is contained in:
nemunaire 2019-10-31 16:05:58 +01:00
commit 5dcb13629a
5 changed files with 48 additions and 1 deletions

View file

@ -7,4 +7,8 @@
<p ng-controller="VersionController">
Version de l'API : {{ v.version }}
</p>
<p ng-controller="TimestampController">
Latence frontend-backend : <ng-pluralize count="t.diffFB / 1000000000" when="{'one': '{}&nbsp;seconde', 'other': '{}&nbsp;secondes'}"></ng-pluralize><br>
Dernière synchronisation du frontend : {{ t.frontend | date:"mediumTime" }}
</p>
</div>