Skip to content
Snippets Groups Projects

Import Groups page: Add icon with tooltip to table header

All threads resolved!
2 files
+ 36
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -669,12 +669,14 @@ export default {
@@ -669,12 +669,14 @@ export default {
/>
/>
</template>
</template>
<template #head(importTarget)="data">
<template #head(importTarget)="data">
<span class="gl-mr-2">{{ data.label }}</span
<span data-test-id="new-path-col">
><gl-icon
<span class="gl-mr-2">{{ data.label }}</span
v-gl-tooltip="s_('BulkImport|The path of the new group.')"
><gl-icon
name="information"
v-gl-tooltip="s__('BulkImport|The path of the new group.')"
:size="12"
name="information"
/>
:size="12"
 
/>
 
</span>
</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