Merge pull request #883 from andreasbrett/patch-7

24h tooltip on status page
This commit is contained in:
Louis Lam 2021-11-07 17:24:03 +08:00 committed by GitHub
commit ad82ab0305
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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