mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 21:11:53 +00:00
followup: HW Raid note: move to bottom and fixup link
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bd36813405
commit
deca45c125
@ -21,14 +21,6 @@ Ext.define('PVE.CephCreateOsd', {
|
|||||||
url: "/nodes/" + me.nodename + "/ceph/osd",
|
url: "/nodes/" + me.nodename + "/ceph/osd",
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
items: [
|
items: [
|
||||||
{
|
|
||||||
xtype: 'displayfield',
|
|
||||||
padding: '0 0 10 0',
|
|
||||||
userCls: 'pve-hint',
|
|
||||||
value: 'Note: Ceph is not compatible with disks backed by a hardware ' +
|
|
||||||
'RAID controller. For details see the reference documentation ' +
|
|
||||||
'<a target="_blank" href="' + Proxmox.Utils.get_help_link('chapter_pveceph') + '">here</a>.',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
xtype: 'inputpanel',
|
xtype: 'inputpanel',
|
||||||
onGetValues: function(values) {
|
onGetValues: function(values) {
|
||||||
@ -115,6 +107,14 @@ Ext.define('PVE.CephCreateOsd', {
|
|||||||
emptyText: gettext('Automatic')
|
emptyText: gettext('Automatic')
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
xtype: 'displayfield',
|
||||||
|
padding: '5 0 0 0',
|
||||||
|
userCls: 'pve-hint',
|
||||||
|
value: 'Note: Ceph is not compatible with disks backed by a hardware ' +
|
||||||
|
'RAID controller. For details see ' +
|
||||||
|
'<a target="_blank" href="' + Proxmox.Utils.get_help_link('chapter_pveceph') + '">the reference documentation</a>.',
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
@ -40,14 +40,6 @@ Ext.define('PVE.node.CreateZFS', {
|
|||||||
url: '/nodes/' + me.nodename + '/disks/zfs',
|
url: '/nodes/' + me.nodename + '/disks/zfs',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
items: [
|
items: [
|
||||||
{
|
|
||||||
xtype: 'displayfield',
|
|
||||||
padding: '0 0 10 0',
|
|
||||||
userCls: 'pve-hint',
|
|
||||||
value: 'Note: ZFS is not compatible with disks backed by a hardware ' +
|
|
||||||
'RAID controller. For details see the reference documentation ' +
|
|
||||||
'<a target="_blank" href="' + Proxmox.Utils.get_help_link('chapter_zfs') + '">here</a>.',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
xtype: 'inputpanel',
|
xtype: 'inputpanel',
|
||||||
onGetValues: function(values) {
|
onGetValues: function(values) {
|
||||||
@ -163,6 +155,14 @@ Ext.define('PVE.node.CreateZFS', {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
xtype: 'displayfield',
|
||||||
|
padding: '5 0 0 0',
|
||||||
|
userCls: 'pve-hint',
|
||||||
|
value: 'Note: ZFS is not compatible with disks backed by a hardware ' +
|
||||||
|
'RAID controller. For details see ' +
|
||||||
|
'<a target="_blank" href="' + Proxmox.Utils.get_help_link('chapter_zfs') + '">the reference documentation</a>.',
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user