]> git.proxmox.com Git - pve-guest-common.git/commit
helpers: add method to represent config as a table
authorOguz Bektas <o.bektas@proxmox.com>
Mon, 14 Oct 2019 08:28:36 +0000 (10:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Oct 2019 15:48:03 +0000 (17:48 +0200)
commit151444810f4096068ab042121d72a457903df150
tree0ef8b1dab8d564bb594756f0fd7986db8d4782a1
parentbd240228e0036a0b9763632e4a305021222c53d0
helpers: add method to represent config as a table

in vm_pending API, this method is used to represent the configuration as
a table with current, pending and delete columns.

by adding it as a guesthelper, we can also use it for container pending
changes.

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
PVE/GuestHelpers.pm