Commit 45a54a8a authored by Dietmar Maurer's avatar Dietmar Maurer

make lint happy

parent 04ba4cc6
......@@ -177,13 +177,14 @@ Ext.define('PVE.StdWorkspace', {
comp.border = false;
cont.add(comp);
cont.doLayout();
} else {
}
// else {
// TODO: display something useful
// Note:: error mask has wrong zindex, so we do not
// use that - see bug 114
// PVE.Utils.setErrorMask(cont, 'nothing selected');
}
//}
},
selectById: function(nodeid) {
......
......@@ -190,8 +190,8 @@ Ext.define('PVE.qemu.HDInputPanel', {
} else {
me.column1.push({
xtype: 'displayfield',
fieldLabel: gettext('Disk image'),
labelWidth: 50,
fieldLabel: gettext('Disk image'),
labelWidth: 50,
name: 'hdimage'
});
}
......
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