not all users of Toolkit.js have the charts lib loaded, which means the class does not exist then.
Signed-off-by: Dominik Csapak <d.csa...@proxmox.com> --- src/Toolkit.js | 3 --- src/panel/RRDChart.js | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Toolkit.js b/src/Toolkit.js index 6f1aee9..a08af4e 100644 --- a/src/Toolkit.js +++ b/src/Toolkit.js @@ -664,9 +664,6 @@ Ext.define('Proxmox.selection.CheckboxModel', { }, }); -// override the download server url globally, for privacy reasons -Ext.draw.Container.prototype.defaultDownloadServerUrl = "-"; - // stop nulling of properties Ext.define('Proxmox.Component', { override: 'Ext.Component', diff --git a/src/panel/RRDChart.js b/src/panel/RRDChart.js index 517c45d..d63170e 100644 --- a/src/panel/RRDChart.js +++ b/src/panel/RRDChart.js @@ -1,3 +1,6 @@ +// override the download server url globally, for privacy reasons +Ext.draw.Container.prototype.defaultDownloadServerUrl = "-"; + Ext.define('Proxmox.chart.axis.segmenter.NumericBase2', { extend: 'Ext.chart.axis.segmenter.Numeric', alias: 'segmenter.numericBase2', -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel