Commit a10602b9 authored by Sunjung Park's avatar Sunjung Park Committed by Vitaly Slobodin

Geo: Replace tooltip to GlTooltip in Geo sync settings

parent 08c1a5b1
<script>
import { GlIcon } from '@gitlab/ui';
import { GlIcon, GlTooltipDirective } from '@gitlab/ui';
import { sprintf, s__, __ } from '~/locale';
import { timeIntervalInWords } from '~/lib/utils/datetime_utility';
import tooltip from '~/vue_shared/directives/tooltip';
import { TIME_DIFF } from '../constants';
export default {
directives: {
tooltip,
GlTooltip: GlTooltipDirective,
},
components: {
GlIcon,
......@@ -115,10 +114,9 @@ export default {
<strong v-if="syncStatusUnavailable"> {{ __('Unknown') }} </strong>
<span
v-else
v-tooltip
v-gl-tooltip
:title="syncStatusTooltip"
class="d-flex align-items-center"
data-placement="bottom"
class="d-inline-block gl-align-items-center"
>
<strong data-testid="syncType">{{ syncType }}</strong>
<gl-icon name="retry" class="ml-2" />
......
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