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 a95515b commit 62a781f
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 @@ -16,7 +16,7 @@ export interface PluginSetupContract {
* Register a customized view of the particular rule type. 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 ruleType The rule type that has been registered with Alerting.Server.PluginSetupContract.registerType. If
Expand Down

0 comments on commit 62a781f

Please sign in to comment.