Skip to content

Commit

Permalink
Correct custom threshold order in the rule list (#179244)
Browse files Browse the repository at this point in the history
Since the custom threshold is now GA, I changed the order based on the
original plan mentioned
[here](#166136).

<img
src="https://github.com/elastic/kibana/assets/12370520/3438ad65-08b2-41fb-9dbb-1c5cb43e7cd3"
width=500 />
  • Loading branch information
maryam-saeidi authored Mar 22, 2024
1 parent d786561 commit d96666d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ export const registerObservabilityRuleTypes = async (
'../components/custom_threshold/components/alert_details_app_section/alert_details_app_section'
)
),
priority: 5,
priority: 110,
});
};

0 comments on commit d96666d

Please sign in to comment.