Merge "Fixes input validation in angular kepyairs."
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<p translate>
|
||||
Key Pairs are how you login to your instance after it is launched.
|
||||
Choose a key pair name you will recognize.
|
||||
Names may only include alphanumeric characters, spaces, or dashes.
|
||||
Names may only include alphanumeric characters, spaces, dashes and
|
||||
underscores.
|
||||
</p>
|
@@ -50,7 +50,7 @@
|
||||
"name": {
|
||||
title: gettext("Key Pair Name"),
|
||||
type: "string",
|
||||
pattern: "^[A-Za-z0-9 -]+$"
|
||||
pattern: "^[A-Za-z0-9 -_]+$"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user