add hours and day in the last_uptime

pull/891/head
Girish Ramnani 2020-11-12 18:34:49 +05:30
parent 4d008da333
commit cc057bceaf
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
</div>
<div class="col-4">
<span class="font-5 d-block font-weight-bold">{{service.online_24_hours}} %</span>
<span class="font-1 subtitle">{{$t('last_uptime', [24, $tc('hours', 24)])}}</span>
<span class="font-1 subtitle">{{$t('last_uptime')}} [ 24 {{$tc('hours', 24)}} ]</span>
</div>
<div class="col-4">
<span class="font-5 d-block font-weight-bold">{{service.online_7_days}} %</span>
<span class="font-1 subtitle">{{$t('last_uptime', [7, $tc('days', 7)])}}</span>
<span class="font-1 subtitle">{{$t('last_uptime')}} [ 7 {{$tc('days', 7)}} ]</span>
</div>
</div>
</template>