ui: ceph status/running chart: disable trackRemoved
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
82e579d27c
commit
cb91ab464f
@ -76,6 +76,7 @@ Ext.define('PVE.node.CephStatus', {
|
||||
// since we load the store manually to show the emptytext,
|
||||
// we have to specify an empty one here
|
||||
store: {
|
||||
trackRemoved: false,
|
||||
data: [],
|
||||
},
|
||||
emptyText: gettext('No Warnings/Errors'),
|
||||
|
@ -41,7 +41,8 @@ Ext.define('PVE.widget.RunningChart', {
|
||||
],
|
||||
|
||||
store: {
|
||||
data: {}
|
||||
trackRemoved: false,
|
||||
data: {},
|
||||
},
|
||||
|
||||
sprites: [{
|
||||
|
Loading…
x
Reference in New Issue
Block a user