Alerting: hide "silence" button for external AM setups (#62133)

This commit is contained in:
Gilles De Mey
2023-02-01 15:51:05 +01:00
committed by GitHub
parent a190e03133
commit 26866953c1
14 changed files with 244 additions and 103 deletions
@@ -92,5 +92,6 @@ type GettableAlertmanagers struct {
// swagger:model
type AlertingStatus struct {
AlertmanagersChoice AlertmanagersChoice `json:"alertmanagersChoice"`
AlertmanagersChoice AlertmanagersChoice `json:"alertmanagersChoice"`
NumExternalAlertmanagers int `json:"numExternalAlertmanagers"`
}