Skip to content
Snippets Groups Projects

Import Groups page: Add icon with tooltip to table header

All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -669,7 +669,7 @@ export default {
@@ -669,7 +669,7 @@ export default {
/>
/>
</template>
</template>
<template #head(importTarget)="data">
<template #head(importTarget)="data">
<span class="gl-mr-2">{{ data.label }}</span><gl-icon name="information" :size="12" v-gl-tooltip="s_('BulkImport|The path of the new group.')"/>
<span class="gl-mr-2">{{ data.label }}</span><gl-icon v-gl-tooltip="s_('BulkImport|The path of the new group.')" name="information" :size="12"/>
</template>
</template>
<template #cell(selected)="{ rowSelected, selectRow, unselectRow, item: group }">
<template #cell(selected)="{ rowSelected, selectRow, unselectRow, item: group }">
<gl-form-checkbox
<gl-form-checkbox
Loading