]> git.proxmox.com Git - pve-installer.git/commit - proxinstall
UI: add and use display_html helper
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Jun 2023 16:31:36 +0000 (18:31 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Jun 2023 19:49:00 +0000 (21:49 +0200)
commit0903eb5cf872a3eb06821b17e1ab796bb99f4d73
tree7f28f3e3810ac4b07aec1b6cbc89659e537ea4f9
parent5c6ca00a12e3390c39145f84a9732a50338bc107
UI: add and use display_html helper

This is used often, among other things also for some abort code, so
move the essence to the UI.

Allows to drop one global variable for proxinstall, which is a nice
side effect.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Proxmox/UI.pm
Proxmox/UI/Base.pm
Proxmox/UI/Gtk3.pm
Proxmox/UI/StdIO.pm
proxinstall