--- Begin Message ---
On 8/2/23 11:46, Thomas Lamprecht wrote:
First thanks for this patch, such polishing are important contributions!
Am 26/07/2023 um 17:36 schrieb Amin Vakil:
please add the cover letter text to the commit message so that the context is
actually conserved in git history.
Al
--- Begin Message ---
Current error message is not correct because having underscores in domain names
are perfectly valid, although it's not acceptable at host names, so it should
be changed to "This is not a valid hostname".
https://www.ietf.org/rfc/rfc1123.txt section 2.1 "Host Names and Numbe
--- Begin Message ---
Currently proxmox VE 7.4-16 does not allow having underscore in vm name, giving
this error:
"This is not a valid DNS name".
This is not correct because having underscores in domain names are perfectly
valid, although it's not acceptable at host names, so it should be chang
--- Begin Message ---
Signed-off-by: Amin Vakil
---
src/Toolkit.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Toolkit.js b/src/Toolkit.js
index 67200c8..9dc28b9 100644
--- a/src/Toolkit.js
+++ b/src/Toolkit.js
@@ -129,12 +129,12 @@ Ext.apply(Ext.form.field.VTypes,