Commit c7df62e6 authored by Dietmar Maurer's avatar Dietmar Maurer

glusterfs GUI: new option server2 to specify backup volfile server

parent 7ac738ea
......@@ -112,6 +112,14 @@ Ext.define('PVE.storage.GlusterFsInputPanel', {
}
}
},
{
xtype: me.create ? 'pvetextfield' : 'displayfield',
height: 22, // hack: set same height as text fields
name: 'server2',
value: '',
fieldLabel: gettext('Second Server'),
allowBlank: true,
},
{
xtype: me.create ? 'pveGlusterFsScan' : 'displayfield',
height: 22, // hack: set same height as text fields
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment