[Actionable Observability] hide rules from sidebar and move under alerts#128437
[Actionable Observability] hide rules from sidebar and move under alerts#128437mgiota merged 5 commits intoelastic:mainfrom
Conversation
e0345ce to
6037b6a
Compare
katrin-freihofner
left a comment
There was a problem hiding this comment.
Looks good from the UX side.
|
@elasticmachine merge upstream |
shahzad31
left a comment
There was a problem hiding this comment.
Uptime changes LGTM !!
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @mgiota |
fkanout
left a comment
There was a problem hiding this comment.
LGTM. I tested it and it matches the ACs. I left one suggestion regarding the feature flag
| extend: { | ||
| [CasesDeepLinkId.cases]: { | ||
| order: 8003, | ||
| order: 8002, |
There was a problem hiding this comment.
@mgiota, What is order? it seems like a CSS z-index
| @@ -142,7 +142,7 @@ function AlertsPage() { | |||
| }, []); | |||
|
|
|||
| const manageRulesHref = config.unsafe.rules.enabled | |||
There was a problem hiding this comment.
@mgiota, I'm thinking if we need to update the feature flag to align it with this update. e.g. xpack.observability.unsafe.alerts.rules.enabled ?
There was a problem hiding this comment.
Good thought! Let me merge this PR to hide the menu option from sidebar for now and we could do it in another PR. I am hoping that we will soon get rid of this flag completely, so I wouldn't worry much about it now.
Kerry350
left a comment
There was a problem hiding this comment.
Changes to the infra tests LGTM 👍
Fixes #128435
Acceptance criteria
/alerts/rules/app/observability/alerts/rulesObservability > Alerts > Rules