[pve-devel] [PATCH font-logos/manager v2 0/5] fix #2435: lxc: show distro and privileged status in summary

Christoph Heiss c.heiss at proxmox.com
Wed Jul 5 13:12:44 CEST 2023


This implements #2435 [0]. Show the unprivileged status in the summary
panel, the distro logo and name in the title of the summary panel.

Patch 1 & 2 fix two small typos in the `fonts-font-logos` package.
Patch 3 then prepares the pveproxy to serve the required CSS and font
files for the icon font we use [1] (packaged here [2]), and finally
patch 4 & 5 finally wire everything up into the UI.

N.B.: The `fonts-font-logos` package is not yet available through the
repos yet (as far as I could see), so it must be built & installed
locally for testing.

[0] https://bugzilla.proxmox.com/show_bug.cgi?id=2435
[1] https://github.com/Lukas-W/font-logos
[2] https://git.proxmox.com/?p=fonts-font-logos.git;a=summary

fonts-font-logos:

Christoph Heiss (2):
  d/install: fix typo in css install path
  css: fix missing `@` for font-face rule

 debian/install     | 2 +-
 src/font-logos.css | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

pve-manager:

Christoph Heiss (3):
  pveproxy, ui, d/control: add font-logos
  ui: GuestStatusView: show privileged status as new row
  ui: GuestStatusView: show distro logo and name in summary header

 PVE/Service/pveproxy.pm               |  2 ++
 debian/control                        |  1 +
 www/index.html.tpl                    |  1 +
 www/manager6/panel/GuestStatusView.js | 51 ++++++++++++++++++++++++++-
 4 files changed, 54 insertions(+), 1 deletion(-)

--
2.39.2






More information about the pve-devel mailing list