ui: panel/UsageChart: change downloadServerUrl

to not have the sencha url by default

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-05-26 11:12:00 +02:00 committed by Thomas Lamprecht
parent eb90405a78
commit e9805b2486
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ Ext.define('PBS.widget.UsageChart', {
{ {
flex: 1, flex: 1,
xtype: 'cartesian', xtype: 'cartesian',
downloadServerUrl: '-',
height: '100%', height: '100%',
itemId: 'chart', itemId: 'chart',
border: false, border: false,