1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linuxdash_ynh.git synced 2024-09-03 19:36:07 +02:00
linuxdash_ynh/sources/templates/app/ui-elements/last-update.html

4 lines
No EOL
158 B
HTML

<span ng-hide="timestamp">Loading...</span>
<small alt="Last Update Timestamp">
<span ng-show="timestamp">{{ timestamp | date:'hh:mm:ss a' }}</span>
</small>