[pve-devel] applied: [PATCH manager] ui: Utils: remove unnecessary render_kvm_vga_driver

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Apr 26 09:10:02 CEST 2022


On 09.03.22 15:09, Dominik Csapak wrote:
> the 'value' here is already the rendered text, passing it through
> render again does not make sense
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  www/manager6/Utils.js | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
>

same held true for the kvm_keymap_array and console_viewer_array, actually I reworked the whole three quite
a bit more, using Object.entries() directly allows to shave off quite some code, order seems till fine here
too.

applied, thanks!





More information about the pve-devel mailing list