]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ceph status/running chart: disable trackRemoved
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Jul 2020 08:30:51 +0000 (10:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Jul 2020 08:30:51 +0000 (10:30 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/Status.js
www/manager6/panel/RunningChart.js

index da24e3e908f4c03f11228bae905b889ec72dfc7f..08c395bd777abdcb82d35a9b1af104a7fb27e2cb 100644 (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'),
index 77d979ba45c52cb5342ba60fd6f0c9fd718f18ae..2d9d32fafc84ad758614d814ad126280e9201202 100644 (file)
@@ -41,7 +41,8 @@ Ext.define('PVE.widget.RunningChart', {
            ],
 
            store: {
-               data: {}
+               trackRemoved: false,
+               data: {},
            },
 
            sprites: [{