mirror of https://github.com/rancher/dashboard.git
Can select secrets for receivers in AlertmanagerConfig
This commit is contained in:
parent
f2be0d446a
commit
f81d0d9876
|
|
@ -270,7 +270,7 @@ export default {
|
|||
@search:focus="onFocus"
|
||||
@search="onSearch"
|
||||
@open="onOpen"
|
||||
@option:selecting="$emit('selecting', $event)"
|
||||
@option:selected="$emit('selecting', $event)"
|
||||
>
|
||||
<template #option="option">
|
||||
<template v-if="option.kind === 'group'">
|
||||
|
|
|
|||
Loading…
Reference in New Issue