Skip to content

Commit

Permalink
remove option to edit integration url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Eng committed Sep 11, 2024
1 parent 1bda943 commit f5c663c
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1354,14 +1354,6 @@ func GetAvailableNotifiers() []*NotifierPlugin {
Required: true,
Secure: true,
},
{
Label: "Alert API URL",
Element: ElementTypeInput,
InputType: InputTypeText,
Placeholder: "https://api.opsgenie.com/v1/json/logzio",
PropertyName: "apiUrl",
Required: true,
},
{
Label: "Message",
Description: "Alert text limited to 130 characters.",
Expand Down

0 comments on commit f5c663c

Please sign in to comment.