]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
privilege role selector: fix renderer for Proxmox VE
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 22 Jul 2022 07:35:24 +0000 (09:35 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 9 Jan 2023 13:23:38 +0000 (14:23 +0100)
commit9e12fc0203fefb672cbbc6bb3ee44c0679ec1024
treee274856facec392f2143c0e4fb7eced078647493
parentc8bae5b130cd3469796e4c2aa14359b7ce794cc7
privilege role selector: fix renderer for Proxmox VE

In PBS we get an array here, so the renderer is fine, but in pve it's
just a long string, so add a space after commas to achieve the same
effect.

Without this, the second column is not visible in pve because of an
error in the renderer (no 'join' function on a string)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
 [ T: squash in code-reduction to make it a one-liner again ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/form/RoleSelector.js