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,
|
flex: 1,
|
||||||
xtype: 'cartesian',
|
xtype: 'cartesian',
|
||||||
|
downloadServerUrl: '-',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
itemId: 'chart',
|
itemId: 'chart',
|
||||||
border: false,
|
border: false,
|
||||||
|
|
Loading…
Reference in New Issue