Merge "Modify the regex for name on import public key form"

This commit is contained in:
Zuul 2019-04-10 13:32:39 +00:00 committed by Gerrit Code Review
commit abdb56800a
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
"name": {
title: gettext("Key Pair Name"),
type: "string",
pattern: "^[A-Za-z0-9 -]+$"
pattern: "^[A-Za-z0-9 _-]+$"
},
"key_type": {
title: gettext("Key Type"),