mirror of https://github.com/apache/cloudstack.git
UI: Fix filter width to fix options (#6325)
This commit is contained in:
parent
c379430dab
commit
87a402cc2b
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue