]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/panel/ConfigPanel.js
use a treelist instead of tabs in configpanel
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 22 Aug 2016 15:13:33 +0000 (17:13 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 24 Aug 2016 10:19:09 +0000 (12:19 +0200)
commit9a4c279dbfbfd683b8b3df84e680ac5acf6547d1
treeecc290f334ca4c082907c57da8f69580d7ef9baf
parent62180d0f1dad34de0974d45c11b8b33f78033018
use a treelist instead of tabs in configpanel

this patch changes configpanel class,
so that instead of creating a tabpanel,
we now are a card panel which uses a treelist
to choose the active card

this changes how the panel looks:
instead of having countless tabs on the top
we now can have a nice tree structure on the left

how the items will be interpreted by the tree
is commented in www/manager6/panel/ConfigPanel.js

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/css/ext6-pve.css
www/manager6/Workspace.js
www/manager6/panel/ConfigPanel.js