Przeglądaj źródła

fix: fixed singlestat test broken due to file move

Torkel Ödegaard 7 lat temu
rodzic
commit
0f98dcdef0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      public/app/plugins/panel/singlestat/module.ts

+ 1 - 1
public/app/plugins/panel/singlestat/module.ts

@@ -2,7 +2,7 @@ import _ from 'lodash';
 import $ from 'jquery';
 import $ from 'jquery';
 import 'vendor/flot/jquery.flot';
 import 'vendor/flot/jquery.flot';
 import 'vendor/flot/jquery.flot.gauge';
 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 kbn from 'app/core/utils/kbn';
 import config from 'app/core/config';
 import config from 'app/core/config';