UI: Fix filter width to fix options (#6325)

This commit is contained in:
Nicolas Vazquez 2022-04-27 22:30:34 -03:00 committed by GitHub
parent c379430dab
commit 87a402cc2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
['Admin', 'DomainAdmin'].includes($store.getters.userInfo.roletype) && ['vm', 'iso', 'template'].includes($route.name)
? 'all' : ['publicip'].includes($route.name)
? 'allocated' : ['guestnetwork', 'guestvlans'].includes($route.name) ? 'all' : 'self')"
style="min-width: 100px; margin-left: 10px"
style="min-width: 120px; margin-left: 10px"
@change="changeFilter"
showSearch
optionFilterProp="label"