]> git.proxmox.com Git - pve-manager.git/commitdiff
followup: hide mask, level and RO by default
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Jul 2019 10:30:28 +0000 (12:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Jul 2019 10:30:28 +0000 (12:30 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/Config.js

index fc9e4d696011f1e246c785aad08fb3c516307715..21b3c7760ea88f1d29668e0a67b5b998f0ec0a9b 100644 (file)
@@ -23,15 +23,17 @@ Ext.define('PVE.node.CephConfigDb', {
        {
            dataIndex: 'section',
            text: 'WHO',
-           width: 80,
+           width: 100,
        },
        {
            dataIndex: 'mask',
            text: 'MASK',
+           hidden: true,
            width: 80,
        },
        {
            dataIndex: 'level',
+           hidden: true,
            text: 'LEVEL',
        },
        {
@@ -46,9 +48,10 @@ Ext.define('PVE.node.CephConfigDb', {
        },
        {
            dataIndex: 'can_update_at_runtime',
-           text: 'RO',
-           width: 50,
-           renderer: Proxmox.Utils.format_neg_boolean
+           text: 'Runtime Updatable',
+           hidden: true,
+           width: 80,
+           renderer: Proxmox.Utils.format_boolean
        },
     ],