Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2025-03-15 21:12:21 +00:00
parent d64a9dfb35
commit fc7db19ac5
1 changed files with 6 additions and 2 deletions

View File

@ -59,8 +59,8 @@ export default {
fields.push(
{
key: 'active',
label: __('Active'),
thClass: 'gl-w-7 gl-sr-only',
label: '',
thClass: 'gl-w-7',
tdClass: '!gl-border-b-0 !gl-align-middle',
},
{
@ -125,6 +125,10 @@ export default {
tbody-tr-class="gl-cursor-pointer hover:!gl-bg-strong"
@row-clicked="navigateToItemSettings"
>
<template #head(active)>
<span class="gl-sr-only">{{ __('Active') }}</span>
</template>
<template #cell(active)="{ item }">
<gl-icon
v-if="item.configured"