[hotfix] caching indicator was missing on dashboard view
This commit is contained in:
parent
fa13b77cfa
commit
c58fd63efc
|
|
@ -216,7 +216,7 @@ var px = (function () {
|
|||
return qrystr;
|
||||
},
|
||||
getWidgetHeader: function () {
|
||||
return this.container.parents("li.widget").find(".chart-header");
|
||||
return this.container.parents("div.widget").find(".chart-header");
|
||||
},
|
||||
render_template: function (s) {
|
||||
var context = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue