diff --git a/app/assets/javascripts/integrations/index/components/integrations_table.vue b/app/assets/javascripts/integrations/index/components/integrations_table.vue index 1390126d5a4..4c5bdfd5333 100644 --- a/app/assets/javascripts/integrations/index/components/integrations_table.vue +++ b/app/assets/javascripts/integrations/index/components/integrations_table.vue @@ -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" > + +