Commit e654f80e by Patrick O'Carroll

fixed link issues

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