]> git.proxmox.com Git - pve-manager.git/commit
show guest-agent provided ip address in qemu summary
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 23 Feb 2018 09:31:55 +0000 (10:31 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Feb 2018 10:01:28 +0000 (11:01 +0100)
commite7f07a2efc93724fb31945d416e024762e1653fc
tree506275f8a59aced06c70f88fcdbd0c8264ac04d7
parent7adbc4a457d619909a09b3fc11e7aff0561bc56e
show guest-agent provided ip address in qemu summary

this adds a new component 'AgentIPView' which
uses the qemu-agent api call to tries to get the ip information for
the guests

only for vms at the moment, since for containers you already
set it on their network tab

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Makefile
www/manager6/panel/GuestStatusView.js
www/manager6/qemu/AgentIPView.js [new file with mode: 0644]
www/manager6/qemu/Summary.js