moved annotation editor and service to features folder

This commit is contained in:
Torkel Ödegaard 2014-12-31 09:28:30 +01:00
parent 8268c65c57
commit 8d7390e765
8 changed files with 4 additions and 6 deletions

View File

@ -10,7 +10,6 @@ define([
'./graphiteImport',
'./playlistCtrl',
'./inspectCtrl',
'./annotationsEditorCtrl',
'./templateEditorCtrl',
'./sharePanelCtrl',
'./jsonEditorCtrl',

View File

@ -1,5 +1,6 @@
define([
'./panellinkeditor/module',
'./annotations/annotationsSrv',
'./graphite/datasource',
'./influxdb/datasource',
'./opentsdb/datasource',

View File

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

View File

@ -8,8 +8,6 @@ define([
'components/timeSeries',
'components/panelmeta',
'services/panelSrv',
'services/annotationsSrv',
'services/datasourceSrv',
'./seriesOverridesCtrl',
'./graph',
'./legend',

View File

@ -10,7 +10,7 @@
</a>
<ul class="dropdown-menu">
<li><a class="pointer" dash-editor-link="app/partials/templating_editor.html">Templating</a></li>
<li><a class="pointer" dash-editor-link="app/partials/annotations_editor.html">Annotations</a></li>
<li><a class="pointer" dash-editor-link="app/features/annotations/partials/editor.html">Annotations</a></li>
</ul>
</div>
</li>

View File

@ -8,7 +8,6 @@ define([
'./panelSrv',
'./timer',
'./keyboardManager',
'./annotationsSrv',
'./popoverSrv',
'./playlistSrv',
'./unsavedChangesSrv',