Alerting: Add message options for Telegram contact point (#74635)

Co-authored-by: Santiago <santiagohernandez.1997@gmail.com>
This commit is contained in:
Nutmos
2023-09-12 22:45:57 +08:00
committed by GitHub
parent 3f3db49c4c
commit ad9f0b9e4e
4 changed files with 49 additions and 1 deletions

View File

@@ -1539,6 +1539,40 @@ export const grafanaAlertNotifiersMock: NotifierDTO[] = [
secure: false,
dependsOn: '',
},
{
element: 'checkbox',
inputType: '',
label: 'Disable Web Page Preview',
description: 'Disables link previews for links in this message',
placeholder: '',
propertyName: 'disable_web_page_preview',
selectOptions: null,
showWhen: {
field: '',
is: '',
},
required: false,
validationRule: '',
secure: false,
dependsOn: '',
},
{
element: 'checkbox',
inputType: '',
label: 'Protect Content',
description: 'Protects the contents of the sent message from forwarding and saving',
placeholder: '',
propertyName: 'protect_content',
selectOptions: null,
showWhen: {
field: '',
is: '',
},
required: false,
validationRule: '',
secure: false,
dependsOn: '',
},
{
element: 'checkbox',
inputType: '',