Skip to content
Snippets Groups Projects

Import Groups page: Add icon with tooltip to table header

All threads resolved!
3 files
+ 5
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -672,7 +672,7 @@ export default {
@@ -672,7 +672,7 @@ export default {
<span data-test-id="new-path-col">
<span data-test-id="new-path-col">
<span class="gl-mr-2">{{ data.label }}</span
<span class="gl-mr-2">{{ data.label }}</span
><gl-icon
><gl-icon
v-gl-tooltip="s__('BulkImport|The path of the new group.')"
v-gl-tooltip="s__('BulkImport|Path of the new group.')"
name="information"
name="information"
:size="12"
:size="12"
/>
/>
Loading