admin: warn if more than an hour since index

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/767/head
Varun Patil 2023-08-03 11:22:20 -07:00
parent 3f28416649
commit a121c2d1a0
1 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,14 @@
: t('memories', 'It is still running or was interrupted.') : t('memories', 'It is still running or was interrupted.')
}} }}
</NcNoteCard> </NcNoteCard>
<NcNoteCard v-if="status.last_index_job_start > 3600" type="error">
{{
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.'
)
}}
</NcNoteCard>
<NcNoteCard type="error" v-if="status.bad_encryption"> <NcNoteCard type="error" v-if="status.bad_encryption">
{{ {{
t( t(