ui: ceph status/running chart: disable trackRemoved

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-07-22 10:30:51 +02:00
parent 82e579d27c
commit cb91ab464f
2 changed files with 3 additions and 1 deletions

View File

@ -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'),

View File

@ -41,7 +41,8 @@ Ext.define('PVE.widget.RunningChart', {
],
store: {
data: {}
trackRemoved: false,
data: {},
},
sprites: [{