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:
parent
eb90405a78
commit
e9805b2486
|
@ -20,6 +20,7 @@ Ext.define('PBS.widget.UsageChart', {
|
|||
{
|
||||
flex: 1,
|
||||
xtype: 'cartesian',
|
||||
downloadServerUrl: '-',
|
||||
height: '100%',
|
||||
itemId: 'chart',
|
||||
border: false,
|
||||
|
|
Loading…
Reference in New Issue