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/top-bar.html

10 lines
No EOL
242 B
HTML

<div class="top-bar">
<last-update timestamp="lastUpdated"></last-update>
<span class="qs">
{{ heading }}
<span class="popover above" ng-if="info">
{{ info }}
</span>
</span>
<refresh-btn refresh="refresh()"></refresh-btn>
</div>