mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-06 09:55:31 -05:00
24h tooltip on status page
This commit is contained in:
parent
210566c7af
commit
8f44b9f618
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<span :class="className">{{ uptime }}</span>
|
<span :class="className" :title="24 + $t('-hour')">{{ uptime }}</span>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user