Commit 4e69d621 authored by Phil Hughes's avatar Phil Hughes

Merge branch '229001-geo-event-tooltip' into 'master'

Replace the old tooltip to the Gltooltip

See merge request gitlab-org/gitlab!45266
parents 630018c5 5d2f2887
<script>
import { GlTooltipDirective } from '@gitlab/ui';
import { formatDate } from '~/lib/utils/datetime_utility';
import timeAgoMixin from '~/vue_shared/mixins/timeago';
import tooltip from '~/vue_shared/directives/tooltip';
export default {
directives: {
tooltip,
GlTooltip: GlTooltipDirective,
},
mixins: [timeAgoMixin],
props: {
......@@ -44,10 +44,9 @@ export default {
<strong> {{ eventString }} </strong>
<span
v-if="eventTimeStamp"
v-tooltip
v-gl-tooltip
:title="timeStampString"
class="event-status-timestamp"
data-placement="bottom"
>
({{ timeFormatted(timeStamp) }})
</span>
......
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