mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-02 08:41:47 -08:00
[Status Page] Fix - show no status page
This commit is contained in:
parent
82049a2387
commit
fb9a206542
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<div class="shadow-box">
|
<div class="shadow-box">
|
||||||
<template v-if="$root.statusPageListLoaded">
|
<template v-if="$root.statusPageListLoaded">
|
||||||
<span v-if="$root.statusPageList.length === 0" class="d-flex align-items-center justify-content-center my-3 spinner">
|
<span v-if="Object.keys($root.statusPageList).length === 0" class="d-flex align-items-center justify-content-center my-3">
|
||||||
No status pages
|
No status pages
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue