Commit e654f80e by Patrick O'Carroll

fixed link issues

parent a228bb23
...@@ -2,7 +2,6 @@ import angular from 'angular'; ...@@ -2,7 +2,6 @@ import angular from 'angular';
import _ from 'lodash'; import _ from 'lodash';
import kbn from 'app/core/utils/kbn'; import kbn from 'app/core/utils/kbn';
export class LinkSrv { export class LinkSrv {
/** @ngInject */ /** @ngInject */
......
define([ define([
'angular', 'angular',
'lodash', 'lodash',
'./linkSrv', './link_srv',
], ],
function (angular, _) { function (angular, _) {
'use strict'; 'use strict';
......
...@@ -2,7 +2,7 @@ import _ from 'lodash'; ...@@ -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/linkSrv'; import 'app/features/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';
......
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