From e9cd2868d408b625cb0a747a2e21a673cc3a520e Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 13 Dec 2024 16:22:14 +0000 Subject: [PATCH] Fix message displayed when UI is still loading --- zimui/src/views/HomeView.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zimui/src/views/HomeView.vue b/zimui/src/views/HomeView.vue index b474fb8..8d4b3fc 100644 --- a/zimui/src/views/HomeView.vue +++ b/zimui/src/views/HomeView.vue @@ -71,7 +71,9 @@ watch( v-if="main.pageContent" v-html="main.pageContent.htmlBody" > -
Page not found
+
Page loading ...
+ +
No page loaded, problem occured, please try to reload.