mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge remote-tracking branch 'dpb587/patch-fix-iexplore-caching' into iefix
This commit is contained in:
commit
a12f1202b2
@ -293,7 +293,7 @@ function (angular, $, kbn, _, config, moment, Modernizr) {
|
|||||||
|
|
||||||
this.elasticsearch_load = function(type,id) {
|
this.elasticsearch_load = function(type,id) {
|
||||||
return $http({
|
return $http({
|
||||||
url: config.elasticsearch + "/" + config.kibana_index + "/"+type+"/"+id,
|
url: config.elasticsearch + "/" + config.kibana_index + "/"+type+"/"+id+'?' + new Date().getTime(),
|
||||||
method: "GET",
|
method: "GET",
|
||||||
transformResponse: function(response) {
|
transformResponse: function(response) {
|
||||||
return renderTemplate(angular.fromJson(response)._source.dashboard, $routeParams);
|
return renderTemplate(angular.fromJson(response)._source.dashboard, $routeParams);
|
||||||
|
Loading…
Reference in New Issue
Block a user