mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Cache bust json files
This commit is contained in:
parent
38b5c19990
commit
de22a1ad34
@ -244,7 +244,7 @@ function (angular, $, kbn, _, config, moment, Modernizr) {
|
|||||||
|
|
||||||
this.file_load = function(file) {
|
this.file_load = function(file) {
|
||||||
return $http({
|
return $http({
|
||||||
url: "app/dashboards/"+file,
|
url: "app/dashboards/"+file+'?' + new Date().getTime(),
|
||||||
method: "GET",
|
method: "GET",
|
||||||
transformResponse: function(response) {
|
transformResponse: function(response) {
|
||||||
return renderTemplate(response,$routeParams);
|
return renderTemplate(response,$routeParams);
|
||||||
|
Loading…
Reference in New Issue
Block a user