Skip to content
Snippets Groups Projects

Add the right side of 'code flow' that including code viewer

Merged Chen Charnolevsky requested to merge 469653-vulnerability-code-flow-P5 into master
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -3,6 +3,7 @@ import { GlSkeletonLoader, GlAlert, GlSprintf } from '@gitlab/ui';
import vulnerabilityBlobInfoQuery from 'ee/security_dashboard/graphql/queries/vulnerability_blob_info.query.graphql';
import VulnerabilityFileContentViewer from 'ee/vulnerabilities/components/vulnerability_file_content_viewer.vue';
import { highlightContent } from '~/vue_shared/components/source_viewer/plugins/language_highlight';
import { getRefFromBlobPath } from 'ee/vulnerabilities/helpers';
export default {
components: {
Loading