(cherry picked from commit b48832c0f7)
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
01c5587eda
commit
ec09a5995d
@@ -1291,7 +1291,7 @@ var expAvailableChannelJsonOutput = `
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "alertmanager",
|
||||
"type": "prometheus-alertmanager",
|
||||
"name": "Alertmanager",
|
||||
"heading": "Alertmanager Settings",
|
||||
"description": "Sends notifications to Alertmanager",
|
||||
@@ -1312,6 +1312,38 @@ var expAvailableChannelJsonOutput = `
|
||||
"required": true,
|
||||
"validationRule": "",
|
||||
"secure": false
|
||||
},
|
||||
{
|
||||
"element": "input",
|
||||
"inputType": "text",
|
||||
"label": "Basic Auth User",
|
||||
"description": "",
|
||||
"placeholder": "",
|
||||
"propertyName": "basicAuthUser",
|
||||
"selectOptions": null,
|
||||
"showWhen": {
|
||||
"field": "",
|
||||
"is": ""
|
||||
},
|
||||
"required": false,
|
||||
"validationRule": "",
|
||||
"secure": false
|
||||
},
|
||||
{
|
||||
"element": "input",
|
||||
"inputType": "password",
|
||||
"label": "Basic Auth Password",
|
||||
"description": "",
|
||||
"placeholder": "",
|
||||
"propertyName": "basicAuthPassword",
|
||||
"selectOptions": null,
|
||||
"showWhen": {
|
||||
"field": "",
|
||||
"is": ""
|
||||
},
|
||||
"required": false,
|
||||
"validationRule": "",
|
||||
"secure": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user