From 98c7af629f5d19d72873de6481bd57c19ab2f4fd Mon Sep 17 00:00:00 2001 From: Simon Knox Date: Fri, 19 Apr 2019 16:40:08 +0000 Subject: Correct import for EE monitoring dashboard --- app/assets/javascripts/monitoring/monitoring_bundle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/monitoring/monitoring_bundle.js b/app/assets/javascripts/monitoring/monitoring_bundle.js index ed794779ff2..08dc57d545c 100644 --- a/app/assets/javascripts/monitoring/monitoring_bundle.js +++ b/app/assets/javascripts/monitoring/monitoring_bundle.js @@ -1,6 +1,6 @@ import Vue from 'vue'; import { parseBoolean } from '~/lib/utils/common_utils'; -import Dashboard from './components/dashboard.vue'; +import Dashboard from 'ee_else_ce/monitoring/components/dashboard.vue'; export default (props = {}) => { const el = document.getElementById('prometheus-graphs'); -- cgit v1.2.1