Skip to content

Commit 87a402c

Browse files
authored
UI: Fix filter width to fix options (#6325)
1 parent c379430 commit 87a402c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/AutogenView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
['Admin', 'DomainAdmin'].includes($store.getters.userInfo.roletype) && ['vm', 'iso', 'template'].includes($route.name)
5858
? 'all' : ['publicip'].includes($route.name)
5959
? 'allocated' : ['guestnetwork', 'guestvlans'].includes($route.name) ? 'all' : 'self')"
60-
style="min-width: 100px; margin-left: 10px"
60+
style="min-width: 120px; margin-left: 10px"
6161
@change="changeFilter"
6262
showSearch
6363
optionFilterProp="label"

0 commit comments

Comments
 (0)