Commit 3f074de4 authored by Alexander Turinske's avatar Alexander Turinske

Move tooltip placement on dast profile to bottom

- it was covering the edit button
parent 4abb1f05
...@@ -207,7 +207,11 @@ export default { ...@@ -207,7 +207,11 @@ export default {
</gl-dropdown-item> </gl-dropdown-item>
<gl-dropdown-item <gl-dropdown-item
v-gl-tooltip="{ boundary: 'viewport', disabled: !isPolicyProfile(item) }" v-gl-tooltip="{
boundary: 'viewport',
placement: 'bottom',
disabled: !isPolicyProfile(item),
}"
boundary="viewport" boundary="viewport"
:class="{ :class="{
'gl-cursor-default': isPolicyProfile(item), 'gl-cursor-default': isPolicyProfile(item),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment