]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/grid/Replication.js
use correct vmid for id when in vm replication panel
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 14 Jun 2017 06:52:59 +0000 (08:52 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 14 Jun 2017 08:23:01 +0000 (10:23 +0200)
commitde2022b85c2d3d56d71216957e55769c82ea8fd7
tree6e360c042e495736bae14c8206abf9630ac585aa
parent701acf208a1b6558583e17652a402241b63962fd
use correct vmid for id when in vm replication panel

values.guest is only available when the field 'guest' is not a
displayfield (e.g. when in vm replication panel), so we have to
use the given vmid first and only when this is not available, fall back
to the value of the field

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/grid/Replication.js