Skip to content

Commit

Permalink
Update x-pack/plugins/alerting/public/plugin.ts
Browse files Browse the repository at this point in the history
Co-authored-by: ymao1 <ying.mao@elastic.co>
  • Loading branch information
stacey-gammon and ymao1 authored Jun 10, 2021
1 parent d800899 commit fdde558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/alerting/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface PluginSetupContract {
* Register a customized view for all rule types with this application id. Stack Management provides a generic overview, but a developer can register a
* custom navigation to provide the user an extra link to a more curated view. The alerting plugin doesn't actually do
* anything with this information, but it can be used by other plugins via the `getNavigation` functionality. Currently
* the trigger_actions_ui plugin uses it to expose the link from the generic rule view in Stack Management.
* the trigger_actions_ui plugin uses it to expose the link from the generic rule details view in Stack Management.
*
* @param applicationId The application id that the user should be navigated to, to view a particular alert in a custom way.
* @param handler The navigation handler should return either a relative URL, or a state object. This information can be used,
Expand Down

0 comments on commit fdde558

Please sign in to comment.