Panels: refactoring panel meta model & menu, will open up panel specific menu actions

This commit is contained in:
Torkel Ödegaard
2014-11-08 16:27:49 +01:00
parent 81b1939f92
commit d12f4a4aee
13 changed files with 109 additions and 186 deletions

View File

@@ -2,12 +2,10 @@ define([
'angular',
'app',
'lodash',
'kbn',
'jquery',
'jquery.flot',
'jquery.flot.time',
],
function (angular, app, _, kbn, $) {
function (angular, app, _, $) {
'use strict';
var module = angular.module('grafana.panels.singlestat', []);