From 0f98dcdef0e0e16f6e6648a27b5724924c4a515a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 10 Sep 2018 13:34:33 +0200 Subject: [PATCH] fix: fixed singlestat test broken due to file move --- public/app/plugins/panel/singlestat/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/singlestat/module.ts b/public/app/plugins/panel/singlestat/module.ts index b10eb68b87e..c44b09449be 100644 --- a/public/app/plugins/panel/singlestat/module.ts +++ b/public/app/plugins/panel/singlestat/module.ts @@ -2,7 +2,7 @@ import _ from 'lodash'; import $ from 'jquery'; import 'vendor/flot/jquery.flot'; import 'vendor/flot/jquery.flot.gauge'; -import 'app/features/panellinks/link_srv'; +import 'app/features/dashboard/panellinks/link_srv'; import kbn from 'app/core/utils/kbn'; import config from 'app/core/config';