fixed link issues

This commit is contained in:
Patrick O'Carroll 2017-10-26 14:25:43 +02:00
parent a228bb2308
commit e654f80e4b
3 changed files with 2 additions and 3 deletions

View File

@ -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 */

View File

@ -1,7 +1,7 @@
define([ define([
'angular', 'angular',
'lodash', 'lodash',
'./linkSrv', './link_srv',
], ],
function (angular, _) { function (angular, _) {
'use strict'; 'use strict';

View File

@ -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';