Skip to content
Snippets Groups Projects
Commit 95d6e9e3 authored by feld's avatar feld
Browse files

Merge branch 'filterable-instance-list' into 'develop'

Make instance list searchable

See merge request pleroma/admin-fe!80
parents 1448ef4a 3054ffd7
No related branches found
No related tags found
1 merge request!80Make instance list searchable
Pipeline #21984 passed
......@@ -8,6 +8,7 @@
v-model="selectedInstance"
:placeholder="$t('statuses.instanceFilter')"
:no-data-text="$t('statuses.noInstances')"
filterable
@change="handleFilterChange">
<el-option
v-for="(instance,index) in instances"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment