fixed file loading
This commit is contained in:
@@ -112,7 +112,7 @@ angular.module('kibana.dashcontrol', [])
|
||||
|
||||
$scope.file_load = function(file) {
|
||||
$http({
|
||||
url: "dashboards/default",
|
||||
url: "dashboards/"+file,
|
||||
method: "GET",
|
||||
}).success(function(data, status, headers, config) {
|
||||
var dashboard = data
|
||||
|
||||
Reference in New Issue
Block a user