Commit 2d959aa1 authored by Alexander Turinske's avatar Alexander Turinske

Remove gltooltip directive from vulnerability list

parent b52d52a2
<script> <script>
import { s__, __ } from '~/locale'; import { s__, __ } from '~/locale';
import { import { GlEmptyState, GlFormCheckbox, GlLink, GlSkeletonLoading, GlTable } from '@gitlab/ui';
GlEmptyState,
GlFormCheckbox,
GlLink,
GlSkeletonLoading,
GlTable,
GlTooltipDirective,
} from '@gitlab/ui';
import RemediatedBadge from './remediated_badge.vue'; import RemediatedBadge from './remediated_badge.vue';
import SeverityBadge from 'ee/vue_shared/security_reports/components/severity_badge.vue'; import SeverityBadge from 'ee/vue_shared/security_reports/components/severity_badge.vue';
import SelectionSummary from 'ee/security_dashboard/components/selection_summary.vue'; import SelectionSummary from 'ee/security_dashboard/components/selection_summary.vue';
...@@ -27,9 +20,6 @@ export default { ...@@ -27,9 +20,6 @@ export default {
SelectionSummary, SelectionSummary,
SeverityBadge, SeverityBadge,
}, },
directives: {
GlTooltip: GlTooltipDirective,
},
props: { props: {
dashboardDocumentation: { dashboardDocumentation: {
type: String, type: String,
......
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