]> git.proxmox.com Git - pve-manager.git/commitdiff
Add krbd option to GUI on ceph storage
authorWolfgang Link <w.link@proxmox.com>
Tue, 8 Sep 2015 10:25:02 +0000 (12:25 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 9 Sep 2015 05:30:13 +0000 (07:30 +0200)
www/manager/storage/RBDEdit.js

index 8f1abf250a5a92905d5d62119ab6bbbd3ab6b910..d36c426ada1749308597bd514e3e516e26aadb8b 100644 (file)
@@ -74,6 +74,12 @@ Ext.define('PVE.storage.RBDInputPanel', {
                value: ['images', 'rootdir'],
                multiSelect: true,
                allowBlank: false
+           },
+           {
+               xtype: 'pvecheckbox',
+               name: 'krbd',
+               uncheckedValue: 0,
+               fieldLabel: gettext('KRBD')
            }
        ];