mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
Adding cache busting to optin.html
This commit is contained in:
parent
6d3dc073f3
commit
dcbc2f2c9a
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ function (angular, app, kbn, _, ga) {
|
|||
app.useModule(module);
|
||||
|
||||
module.controller('marvel.cluster', function($scope, $modal, $q, $http,
|
||||
querySrv, dashboard, filterSrv, kbnVersion, storeFactory) {
|
||||
querySrv, dashboard, filterSrv, kbnVersion, storeFactory, cacheBust) {
|
||||
$scope.panelMeta = {
|
||||
modals : [],
|
||||
editorTabs : [],
|
||||
|
@ -151,7 +151,7 @@ function (angular, app, kbn, _, ga) {
|
|||
|
||||
$scope.optInModal = function() {
|
||||
var panelModal = $modal({
|
||||
template: './app/panels/marvel/cluster/optin.html',
|
||||
template: './app/panels/marvel/cluster/optin.html?'+cacheBust,
|
||||
persist: true,
|
||||
backdrop: 'static',
|
||||
show: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue