From a121c2d1a0bb61f63bb582ae05d3a7c229dca33a Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Thu, 3 Aug 2023 11:22:20 -0700 Subject: [PATCH] admin: warn if more than an hour since index Signed-off-by: Varun Patil --- src/components/admin/sections/Indexing.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/admin/sections/Indexing.vue b/src/components/admin/sections/Indexing.vue index 83a5d7f8..6540a528 100644 --- a/src/components/admin/sections/Indexing.vue +++ b/src/components/admin/sections/Indexing.vue @@ -31,6 +31,14 @@ : t('memories', 'It is still running or was interrupted.') }} + + {{ + t( + 'memories', + 'Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly.' + ) + }} + {{ t(