mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: add missing yaml tag to mute time struct (#54287)
This commit is contained in:
committed by
GitHub
parent
3be3b02f59
commit
49b1182f34
@@ -69,8 +69,8 @@ type MuteTimingPayload struct {
|
||||
|
||||
// swagger:model
|
||||
type MuteTimeInterval struct {
|
||||
config.MuteTimeInterval
|
||||
Provenance models.Provenance `json:"provenance,omitempty"`
|
||||
config.MuteTimeInterval `json:",inline" yaml:",inline"`
|
||||
Provenance models.Provenance `json:"provenance,omitempty"`
|
||||
}
|
||||
|
||||
func (mt *MuteTimeInterval) ResourceType() string {
|
||||
|
||||
Reference in New Issue
Block a user