[pve-devel] [PATCH manager 0/3] fix #2435: lxc: show distro and privileged status in summary
Christoph Heiss
c.heiss at proxmox.com
Wed May 3 11:50:39 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.
[0] https://bugzilla.proxmox.com/show_bug.cgi?id=2435
pve-manager:
Christoph Heiss (3):
ui: clean up remnants of in-tree font-awesome files
ui: add 'font-logos' stylesheet and font files
ui: GuestStatusView: add 'privileged' and 'ostype' fields
www/css/Makefile | 3 +-
www/css/font-awesome.css | 2086 -----------------------
www/css/font-logos.css | 224 +++
www/css/fonts/FontAwesome.otf | Bin 109688 -> 0 bytes
www/css/fonts/Makefile | 6 +-
www/css/fonts/README | 11 -
www/css/fonts/README.md | 5 +
www/css/fonts/font-logos.ttf | Bin 0 -> 29116 bytes
www/css/fonts/font-logos.woff | Bin 0 -> 74576 bytes
www/css/fonts/font-logos.woff2 | Bin 0 -> 15724 bytes
www/css/fonts/fontawesome-webfont.eot | Bin 70807 -> 0 bytes
www/css/fonts/fontawesome-webfont.svg | 655 -------
www/css/fonts/fontawesome-webfont.ttf | Bin 142072 -> 0 bytes
www/css/fonts/fontawesome-webfont.woff | Bin 83588 -> 0 bytes
www/css/fonts/fontawesome-webfont.woff2 | Bin 66624 -> 0 bytes
www/index.html.tpl | 1 +
www/manager6/panel/GuestStatusView.js | 51 +-
17 files changed, 286 insertions(+), 2756 deletions(-)
--
2.39.2
More information about the pve-devel
mailing list