]> git.proxmox.com Git - pve-manager.git/commit
ext6migrate: make some (sub)tabs lazy
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 16 Mar 2016 14:58:14 +0000 (15:58 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 16 Mar 2016 15:32:40 +0000 (16:32 +0100)
commit7e27f5d1b4d56a4780df7748de893d98f66ade80
treee433d3e2e9e735a46d1b0efeea889f2ac7ffecc6
parenta39018a72e6f23593e6e6290969a2843e165c2ae
ext6migrate: make some (sub)tabs lazy

make following (sub)tabs lazy:
 * ceph
 * firewall
 * ha
 * search
 * lxc/Resources

we have to add layout: 'fit', whereever we make a whole tab lazy
and we have to move the title of the search tab to the instantiaton
instead of the class definition, because the search grid is now a
sub component instead of a tab

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/ceph/Config.js
www/manager6/ha/Config.js
www/manager6/lxc/Config.js
www/manager6/panel/ConfigPanel.js
www/manager6/panel/Firewall.js