diff --git a/ui/src/views/ContainerScopeView.vue b/ui/src/views/ContainerScopeView.vue index cc9391f..9abc836 100644 --- a/ui/src/views/ContainerScopeView.vue +++ b/ui/src/views/ContainerScopeView.vue @@ -6,8 +6,8 @@ - {{ t('nav.groups') }} - {{ t('nav.companies') }} + {{ t('nav.groups') }} + {{ t('nav.companies') }} @@ -96,7 +96,7 @@ const demoMode = ref(false) const headers = computed(() => [ { title: t('common.name'), key: 'name', sortable: true }, { title: t('common.status'), key: 'locked', sortable: false, width: '80px' }, - { title: '', key: 'actions', sortable: false, width: '100px', align: 'end' }, + { title: '', key: 'actions', sortable: false, width: '120px', align: 'end' }, ]) const formRef = ref(null)