mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
Fixed intendation issue
This commit is contained in:
parent
aa60edd9fe
commit
d9e56b678a
@ -7,16 +7,15 @@ function (angular, $) {
|
||||
|
||||
var module = angular.module('grafana.routes');
|
||||
|
||||
module.controller('SoloPanelCtrl',
|
||||
function(
|
||||
$scope,
|
||||
backendSrv,
|
||||
$routeParams,
|
||||
dashboardSrv,
|
||||
timeSrv,
|
||||
$location,
|
||||
templateValuesSrv,
|
||||
contextSrv) {
|
||||
module.controller('SoloPanelCtrl', function(
|
||||
$scope,
|
||||
backendSrv,
|
||||
$routeParams,
|
||||
dashboardSrv,
|
||||
timeSrv,
|
||||
$location,
|
||||
templateValuesSrv,
|
||||
contextSrv) {
|
||||
|
||||
var panelId;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user