Notifications for health checks (#1664)

Add list of emergency contacts to global configuration. This user will receive e-mails and notification if some serious system error occurs like repository health check failed.
This commit is contained in:
Florian Scholdei
2021-05-20 08:30:20 +02:00
committed by GitHub
parent cb6806a36f
commit 42745c9e34
24 changed files with 551 additions and 405 deletions

View File

@@ -32,7 +32,7 @@ type Props = {
addEntry: (p: SelectValue) => void;
disabled?: boolean;
buttonLabel: string;
fieldLabel: string;
fieldLabel?: string;
helpText?: string;
loadSuggestions: (p: string) => Promise<SelectValue[]>;
placeholder?: string;