mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
chore(slo): Autofill the slo when creating an alert from slo details page (#154352)
This commit is contained in:
parent
4d01dd8ba3
commit
b5deb19d4f
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ export function HeaderControl({ isLoading, slo }: Props) {
|
|||
ruleTypeId={SLO_BURN_RATE_RULE_ID}
|
||||
canChangeTrigger={false}
|
||||
onClose={onCloseRuleFlyout}
|
||||
initialValues={{ name: `${slo.name} burn rate` }}
|
||||
initialValues={{ name: `${slo.name} burn rate`, params: { sloId: slo.id } }}
|
||||
/>
|
||||
) : null}
|
||||
</>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue