[Status Page] Fix - show no status page

pull/1390/head
Louis Lam 2 years ago
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…
Cancel
Save