[pve-devel] [PATCH v2 0/2] URI encode SMBIOS value strings in order to allow more
Christian Ebner
c.ebner at proxmox.com
Fri May 10 13:08:03 CEST 2019
On some occasions e.g. license checking, the manufacturer string in the
SMBIOS settings edit has to allow characters such as whitespaces.
https://forum.proxmox.com/threads/proxmox-and-windows-rok-license-for-dell.53236/
Use URI encoding for format string in order to allow for such cases.
Christian Ebner (1):
fix #2190: URI encode SMBIOS value strings in order to allow more
characters
PVE/QemuServer.pm | 32 +++++++++++++++++++-------------
1 file changed, 19 insertions(+), 13 deletions(-)
Christian Ebner (1):
fix #2190: URI encode SMBIOS value strings in order to allow more
characters
www/manager6/Parser.js | 4 ++--
www/manager6/qemu/Smbios1Edit.js | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
--
2.11.0
More information about the pve-devel
mailing list