clock & dashboard

This commit is contained in:
=
2020-09-02 15:44:10 +02:00
parent cccd8f2c36
commit 2f2fc02730
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@
justify-content: center;
height: 100%;
font-family: "Work Sans";
font-size: 47px;
font-size: 40px;
font-weight: 500;
line-height: 1.01;
padding-right: 1rem;
@@ -124,7 +124,7 @@
<gauge></gauge>
<div class="remaining_time">
<small>{{'dashboard-remaining-time' | localize('tempo rimanente')}}</small>
<time v-if="panel.stimaDurata">{{remainingTime | date('HH:mm:ss')}}</time>
<time v-if="panel.stimaDurata">{{remainingTime | date('DDDD:HH:mm:ss')}}</time>
<time v-else>--:--:--</time>
</div>
</div>