Commit 73b139cd authored by Dietmar Maurer's avatar Dietmar Maurer

coding style cleanups

parent 7afb2ab5
......@@ -3,6 +3,8 @@ pve-manager (3.1-19) unstable; urgency=low
* vzdump: remove temporary directories (revert bug introduced by
commit 1bb6e88fd65bb44a745065d2d899832f6ea0a2f5)
* add Editor for new ZFSPlugin
-- Proxmox Support Team <support@proxmox.com> Fri, 04 Oct 2013 06:55:58 +0200
pve-manager (3.1-18) unstable; urgency=low
......
......@@ -7,7 +7,6 @@ Ext.define('PVE.storage.ZFSInputPanel', {
if (me.create) {
values.type = 'zfs';
values.content = 'images';
} else {
delete values.storage;
}
......@@ -21,7 +20,6 @@ Ext.define('PVE.storage.ZFSInputPanel', {
initComponent : function() {
var me = this;
me.column1 = [
{
xtype: me.create ? 'textfield' : 'displayfield',
......
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