This commit is contained in:
@@ -12,11 +12,6 @@ ____________
|
|||||||
## CURRENT STAGE:
|
## CURRENT STAGE:
|
||||||
|
|
||||||
|
|
||||||
todo: if no notifications in app should show "no data" or equivalent
|
|
||||||
|
|
||||||
|
|
||||||
todo: Localize this message or get rid of it, it's annoying and possibly useless
|
|
||||||
"Error checking for notifications, see about->log for details; log out and back in again to reset "
|
|
||||||
todo: backup notification: AY:Backup status:~SERVER~
|
todo: backup notification: AY:Backup status:~SERVER~
|
||||||
fixup token with translated text and include link to backup status ops page
|
fixup token with translated text and include link to backup status ops page
|
||||||
|
|
||||||
|
|||||||
@@ -41,10 +41,11 @@ export default {
|
|||||||
null,
|
null,
|
||||||
error
|
error
|
||||||
);
|
);
|
||||||
window.$gz.eventBus.$emit(
|
//this was annoying. Maybe just turn the bell red when it fails and then color it again when it's ok?!
|
||||||
"notify-error",
|
// window.$gz.eventBus.$emit(
|
||||||
"Error checking for notifications, see about->log for details; log out and back in again to reset"
|
// "notify-error",
|
||||||
);
|
// "Error checking for notifications, see about->log for details; log out and back in again to reset"
|
||||||
|
// );
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
stopPolling() {
|
stopPolling() {
|
||||||
|
|||||||
Reference in New Issue
Block a user