24h tooltip on status page

This commit is contained in:
Andreas Brett 2021-11-05 09:54:10 +01:00
parent 210566c7af
commit 8f44b9f618

View file

@ -1,5 +1,5 @@
<template>
<span :class="className">{{ uptime }}</span>
<span :class="className" :title="24 + $t('-hour')">{{ uptime }}</span>
</template>
<script>