This is an automated email from the ASF dual-hosted git repository.
nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new 87a402cc2b UI: Fix filter width to fix options (#6325)
87a402cc2b is described below
commit 87a402cc2b1b91a688b85e760aa88605c5d388da
Author: Nicolas Vazquez <[email protected]>
AuthorDate: Wed Apr 27 22:30:34 2022 -0300
UI: Fix filter width to fix options (#6325)
---
ui/src/views/AutogenView.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue
index ee1f2a1d6d..bda425fe8e 100644
--- a/ui/src/views/AutogenView.vue
+++ b/ui/src/views/AutogenView.vue
@@ -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"