]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/dc/NodeView.js
change layout of dc summary and nodeview
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 28 Oct 2016 11:11:46 +0000 (13:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 29 Oct 2016 06:43:06 +0000 (08:43 +0200)
commitcf8b372acc2f6a63dad97b1497bebe1623975562
tree317c9a811b276b2ef627755298c2ab8f5a67ad97
parent23b126b2ba016b463ef36efad639a9d4b678cf25
change layout of dc summary and nodeview

this patch changes a few things:
 * instead of having the nodeview in full size, it is just a panel in
   the summary, similar to node/qemu/lxc summary
 * creates the store in the summary component, and not in the nodeview,
   because we need it later
 * makes most of the config options of the nodeview declarative, gets
   rid of the initcomponent
 * changes the 'online' yes/no to a check/x
 * makes the panel resizable with tools

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/dc/NodeView.js
www/manager6/dc/Summary.js