[Status Page] Fix - show no status page
This commit is contained in:
parent
82049a2387
commit
fb9a206542
|
@ -11,7 +11,7 @@
|
|||
|
||||
<div class="shadow-box">
|
||||
<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
|
||||
</span>
|
||||
|
||||
|
|
Loading…
Reference in New Issue