@if (!isAlertmanagerConfigured) {
To see all active Prometheus alerts, please provide
the URL to the API of Prometheus' Alertmanager as described
in the .
}
@if (isAlertmanagerConfigured) {
@if (expandedRow?.alert_count == 1) {
} @else if (expandedRow?.alert_count > 1) {
}
}
Source