When creating the following form:
action template :sw:mellanox:mlag:template :sw:mellanox:mlag :
fieldset "Switch 01 (Master)"
textbox "Hostname do Switch 01" "=sx01" /^(?![0-9]+$)(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$/ "**Digite um hostname válido para o Switch 01 (Master). Para estar em conformidade com a RFC [[rfc>1123]], o hostname deve conter apenas letras, números e hífens e não deve começar ou terminar com um hífen."
fieldset
submit "Criar Página"
Clicking on submit, the [[rfc>1123]] tag on TextBox error text message when RegEx doesn't match is shown as is instead of rendering a link to RFC 1123.
When creating the following form:
Clicking on submit, the
[[rfc>1123]]tag on TextBox error text message when RegEx doesn't match is shown as is instead of rendering a link to RFC 1123.