Fix add by IP validator regex

CURA-6483
This commit is contained in:
Lipu Fei 2019-05-02 15:30:09 +02:00
parent 1e89ce3673
commit 85822d6e73

View File

@ -125,7 +125,7 @@ Item
validator: RegExpValidator
{
regExp: /([a-zA-Z0-9.:]+)?/
regExp: /([a-fA-F0-9.:]+)?/
}
onTextEdited: invalidInputLabel.visible = false