Fixed typo in elastic angular client, added dash loader panel, removed dashboards.js, replaced with default.json, added global alerts, add some display options for histogram
This commit is contained in:
@@ -60,7 +60,7 @@ angular.module('elasticjs.service', [])
|
||||
},
|
||||
del: function (path, data, successcb, errorcb) {
|
||||
path = url + path;
|
||||
return promiseThen($http.delee(path, data), successcb, errorcb);
|
||||
return promiseThen($http.delete(path, data), successcb, errorcb);
|
||||
},
|
||||
head: function (path, data, successcb, errorcb) {
|
||||
path = url + path;
|
||||
|
||||
Reference in New Issue
Block a user