Re: [pve-devel] extjs6 theme

2016-03-10 Thread Alexandre DERUMIER
Hi, I'll try it next week. do you have some screenshots to see how it's looking ? - Mail original - De: "dietmar" À: "pve-devel" Envoyé: Jeudi 10 Mars 2016 17:43:22 Objet: [pve-devel] extjs6 theme Hi all, I changed the default extjs6 theme to 'crisp', so you need to install that t

[pve-devel] extjs6 theme

2016-03-10 Thread Dietmar Maurer
Hi all, I changed the default extjs6 theme to 'crisp', so you need to install that theme manually if you currently work on the extjs6 port. # cd www/ext6/ # make install ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bi

Re: [pve-devel] [PATCH manager] ext6migrate: fix Pool View

2016-03-10 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH manager 00/10] ext6migrate: fix storage

2016-03-10 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH pve-manager] reselect the current node after a tree refresh

2016-03-10 Thread Emmanuel Kasper
This patch triggers a not so beautiful flicker of the tab panel, please ignore I have a better patch on the way. On 03/10/2016 03:43 PM, Emmanuel Kasper wrote: > if the selected node has its status changed between stop & > running, the node is removed and then readded > during the remove / add pr

Re: [pve-devel] [PATCH manager 04/10] ext6migrate: fix dropboxes in Storage Edit windows

2016-03-10 Thread Dominik Csapak
yes, of course i mean comboboxes On 03/10/2016 03:48 PM, Emmanuel Kasper wrote: fix dropboxes in Storage Edit windows I guess you mean comboboxes here, otherwie some people might thing we have a new cloud based storage plugin ! ___ pve-devel mailing

Re: [pve-devel] [PATCH manager 04/10] ext6migrate: fix dropboxes in Storage Edit windows

2016-03-10 Thread Emmanuel Kasper
> fix dropboxes in Storage Edit windows I guess you mean comboboxes here, otherwie some people might thing we have a new cloud based storage plugin ! ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pv

[pve-devel] [PATCH pve-manager] reselect the current node after a tree refresh

2016-03-10 Thread Emmanuel Kasper
if the selected node has its status changed between stop & running, the node is removed and then readded during the remove / add process the 'selected' status of the node is lost if it has one, so we need to reselect it this fixes a graphical bug where starting/stopping a VM/container would displa

[pve-devel] [PATCH common] net: don't die in get_active_interfaces() and try both address families

2016-03-10 Thread Wolfgang Bumiller
--- If this fails we still want to be able to show the network interfaces on the GUI, so return [] instead of die()-ing. Also, note that while either address family seems to work even with net.ipv6.conf.all.disable_ipv6=1 a reported error on the forum indicates that the socket might not open under

[pve-devel] [PATCH manager] ext6migrate: fix Pool View

2016-03-10 Thread Dominik Csapak
move static configuration to class definition change applyIf to apply and change show event to activate Signed-off-by: Dominik Csapak --- www/manager6/pool/StatusView.js | 10 +- www/manager6/pool/Summary.js| 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/m

[pve-devel] [PATCH manager 03/10] ext6migrate: remove unnecessary array declaration

2016-03-10 Thread Dominik Csapak
we do not need the array definition for the alias Signed-off-by: Dominik Csapak --- www/manager6/storage/ContentView.js | 8 www/manager6/storage/StatusView.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/manager6/storage/ContentView.js b/www/manager6/sto

[pve-devel] [PATCH manager 00/10] ext6migrate: fix storage

2016-03-10 Thread Dominik Csapak
this patch series fixes the storage panels and the storage edit windows Dominik Csapak (10): ext6migrate: add LvmThinEdit.js to html site ext6migrate: change PVE.form.NodeSelector to pveNodeSelector ext6migrate: remove unnecessary array declaration ext6migrate: fix dropboxes in Storage Edi

[pve-devel] [PATCH manager 01/10] ext6migrate: add LvmThinEdit.js to html site

2016-03-10 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- PVE/ExtJSIndex6.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/ExtJSIndex6.pm b/PVE/ExtJSIndex6.pm index 68183aa..ac0c5f7 100644 --- a/PVE/ExtJSIndex6.pm +++ b/PVE/ExtJSIndex6.pm @@ -202,6 +202,7 @@ storage/NFSEdit.js storage/GlusterFsEdit.js storag

[pve-devel] [PATCH manager 09/10] ext6migrate: add Tabs to Storages

2016-03-10 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/storage/Browser.js | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/www/manager6/storage/Browser.js b/www/manager6/storage/Browser.js index c78dee5..d58cce3 100644 --- a/www/manager6/storage/Browser.js +++ b

[pve-devel] [PATCH manager 08/10] ext6migrate: fix ContentView grouping

2016-03-10 Thread Dominik Csapak
the framework triggers the convert function when you click on a grouping header since there is no volid there, we have to check this, otherwise we get an error Signed-off-by: Dominik Csapak --- www/manager6/storage/ContentView.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --

[pve-devel] [PATCH manager 07/10] ext6migrate: fix zpool storage subject

2016-03-10 Thread Dominik Csapak
the correct value is 'zfspool' not 'ZFS Storage' Signed-off-by: Dominik Csapak --- www/manager6/storage/ZFSPoolEdit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/storage/ZFSPoolEdit.js b/www/manager6/storage/ZFSPoolEdit.js index 7dcb7c0..0616b69 100644 ---

[pve-devel] [PATCH manager 05/10] ext6migrate: fix ContentView

2016-03-10 Thread Dominik Csapak
we move the static configuration to the class definition we change the deprecated autoScroll to scrollable we change applyIf to apply (when appropriate) we change "new Ext..." to Ext.create we change the event from show to activate also we change the button height of the upload to 32 so that it ma

[pve-devel] [PATCH manager 02/10] ext6migrate: change PVE.form.NodeSelector to pveNodeSelector

2016-03-10 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/storage/DirEdit.js | 2 +- www/manager6/storage/GlusterFsEdit.js | 2 +- www/manager6/storage/IScsiEdit.js | 2 +- www/manager6/storage/LVMEdit.js | 2 +- www/manager6/storage/LvmThinEdit.js | 2 +- www/manager6/storage/NFSEdit.js

[pve-devel] [PATCH manager 10/10] ext6migrate: fix trailing whitespaces

2016-03-10 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- www/manager6/storage/Browser.js | 2 +- www/manager6/storage/ContentView.js | 48 +-- www/manager6/storage/DirEdit.js | 8 +++--- www/manager6/storage/GlusterFsEdit.js | 10 www/manager6/storage/IScsiEdit.j

[pve-devel] [PATCH manager 04/10] ext6migrate: fix dropboxes in Storage Edit windows

2016-03-10 Thread Dominik Csapak
we fix this by moving the static configuration (especially value and displayfield) to the class definition also we remove the scrollbar hack (it works properly now) Signed-off-by: Dominik Csapak --- www/manager6/storage/GlusterFsEdit.js | 22 +++--- www/manager6/storage/IScsiEdi

[pve-devel] [PATCH manager 06/10] ext6migrate: fix StatuView and Summary

2016-03-10 Thread Dominik Csapak
we move the static configuration to the class definiton change applyIf to apply and change the show event to activate Signed-off-by: Dominik Csapak --- www/manager6/storage/StatusView.js | 95 ++ www/manager6/storage/Summary.js| 27 ++- 2 files cha

[pve-devel] [Feature request]also remove unused disk can Chang to optional?

2016-03-10 Thread lyt_yudi
hi, this feature can change to optional ? if will be destroy a vm with the unused disk, with optional to remove too. conditions of use: If change the system vdisk, but need to keep the data vdisk. so... /PVE/QemuServer.pm …... # also remove unused disk eval { my $dl = PVE::Sto