Browse Source

Merge pull request #883 from andreasbrett/patch-7

24h tooltip on status page
remotes/Saibamen/master
Louis Lam 3 years ago
committed by GitHub
parent
commit
ad82ab0305
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/Uptime.vue

2
src/components/Uptime.vue

@ -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…
Cancel
Save