]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Makefile
add guests panel
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 28 Oct 2016 11:11:45 +0000 (13:11 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 29 Oct 2016 06:39:16 +0000 (08:39 +0200)
commit23b126b2ba016b463ef36efad639a9d4b678cf25
tree46fb3c47ce1465f761b1f3a5ce0b94c53d8a4cdf
parent0b659b8ef9a2982e099fea21a6c1dd57f8c553f9
add guests panel

this adds a guests panel which will show the running/stopped/etc. guests
in the cluster dashboard

to update this, we have to call updateValues with the data

we do this, because in the component above, we will collect the data
after a load event of the PVE.data.Resources store, to avoid going
through this (sometimes large) list more than once

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Makefile
www/manager6/dc/Guests.js [new file with mode: 0644]