We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c379430 commit 87a402cCopy full SHA for 87a402c
1 file changed
ui/src/views/AutogenView.vue
@@ -57,7 +57,7 @@
57
['Admin', 'DomainAdmin'].includes($store.getters.userInfo.roletype) && ['vm', 'iso', 'template'].includes($route.name)
58
? 'all' : ['publicip'].includes($route.name)
59
? 'allocated' : ['guestnetwork', 'guestvlans'].includes($route.name) ? 'all' : 'self')"
60
- style="min-width: 100px; margin-left: 10px"
+ style="min-width: 120px; margin-left: 10px"
61
@change="changeFilter"
62
showSearch
63
optionFilterProp="label"
0 commit comments