forked from AkkomaGang/admin-fe
Make peer list filterable
This commit is contained in:
parent
1448ef4a2d
commit
3054ffd736
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
v-model="selectedInstance"
|
v-model="selectedInstance"
|
||||||
:placeholder="$t('statuses.instanceFilter')"
|
:placeholder="$t('statuses.instanceFilter')"
|
||||||
:no-data-text="$t('statuses.noInstances')"
|
:no-data-text="$t('statuses.noInstances')"
|
||||||
|
filterable
|
||||||
@change="handleFilterChange">
|
@change="handleFilterChange">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="(instance,index) in instances"
|
v-for="(instance,index) in instances"
|
||||||
|
|
Loading…
Reference in a new issue