mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-16 03:27:40 +00:00
ext6migrate: add missing items in statusprovider
some elements were missing and some had typos also change ovztab to lxctab Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
26c5f8d776
commit
ca966b7ec7
@ -42,23 +42,42 @@ Ext.define('PVE.StateProvider', {
|
|||||||
['storagetab', ''],
|
['storagetab', ''],
|
||||||
['pooltab', ''],
|
['pooltab', ''],
|
||||||
['kvmtab', ''],
|
['kvmtab', ''],
|
||||||
['ovztab', ''],
|
['lxctab', ''],
|
||||||
['dctab', '']
|
['dctab', '']
|
||||||
],
|
],
|
||||||
|
|
||||||
hprefix: 'v1',
|
hprefix: 'v1',
|
||||||
|
|
||||||
compDict: {
|
compDict: {
|
||||||
|
'ha-fencing': 48,
|
||||||
|
'ha-groups': 47,
|
||||||
|
'ha-resources': 46,
|
||||||
|
'ceph-log': 45,
|
||||||
|
'ceph-crushmap':44,
|
||||||
|
'ceph-pools': 43,
|
||||||
|
'ceph-osdtree': 42,
|
||||||
|
'ceph-disklist': 41,
|
||||||
|
'ceph-monlist': 40,
|
||||||
|
'ceph-config': 39,
|
||||||
|
ceph: 38,
|
||||||
|
'firewall-fwlog': 37,
|
||||||
|
'firewall-options': 36,
|
||||||
|
'firewall-ipset': 35,
|
||||||
|
'firewall-aliases': 34,
|
||||||
|
'firewall-sg': 33,
|
||||||
|
firewall: 32,
|
||||||
|
apt: 31,
|
||||||
|
members: 30,
|
||||||
snapshot: 29,
|
snapshot: 29,
|
||||||
ha: 28,
|
ha: 28,
|
||||||
support: 27,
|
support: 27,
|
||||||
pool: 26,
|
pools: 26,
|
||||||
syslog: 25,
|
syslog: 25,
|
||||||
ubc: 24,
|
ubc: 24,
|
||||||
initlog: 23,
|
initlog: 23,
|
||||||
openvz: 22,
|
openvz: 22,
|
||||||
backup: 21,
|
backup: 21,
|
||||||
ressources: 20,
|
resources: 20,
|
||||||
content: 19,
|
content: 19,
|
||||||
root: 18,
|
root: 18,
|
||||||
domains: 17,
|
domains: 17,
|
||||||
|
Loading…
Reference in New Issue
Block a user