admin: warn if more than an hour since index
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/767/head
parent
3f28416649
commit
a121c2d1a0
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue