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