Skip to content

Commit

Permalink
Merge pull request #91 from jinyoungmoonDEV/master
Browse files Browse the repository at this point in the history
fix: add alert-manager resources type for autocomplete
  • Loading branch information
jinyoungmoonDEV authored Dec 26, 2024
2 parents f6bc414 + 1754b71 commit ea6adf4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/controllers/add-ons/autocomplete/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,24 @@
"name": "<%- name %>"
}
},
"alert_manager.UserChannel": {
"request": {
"search": ["channel_id", "name"]
},
"response": {
"key": "channel_id",
"name": "<%- name %>"
}
},
"alert_manager.UserGroupChannel": {
"request": {
"search": ["channel_id", "name"]
},
"response": {
"key": "channel_id",
"name": "<%- name %>"
}
},
"identity.Workspace": {
"request": {
"search": ["workspace_id", "name"],
Expand Down

0 comments on commit ea6adf4

Please sign in to comment.