Alerting: Clarify that we are adding subling policies (#88829)
clarify that we are adding subling policies
This commit is contained in:
@@ -268,12 +268,12 @@ const Policy = (props: PolicyComponentProps) => {
|
||||
overlay={
|
||||
<Menu>
|
||||
<Menu.Item
|
||||
label="Insert above"
|
||||
label="New sibling above"
|
||||
icon="arrow-up"
|
||||
onClick={() => onAddPolicy(currentRoute, 'above')}
|
||||
/>
|
||||
<Menu.Item
|
||||
label="Insert below"
|
||||
label="New sibling below"
|
||||
icon="arrow-down"
|
||||
onClick={() => onAddPolicy(currentRoute, 'below')}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user