Merge "Error should be reported when only a space is entered"

This commit is contained in:
Zuul 2019-01-12 18:35:31 +00:00 committed by Gerrit Code Review
commit be5b04ca6d
2 changed files with 1 additions and 4 deletions

View File

@ -102,9 +102,7 @@
function perform() { function perform() {
getKeypairs(); getKeypairs();
model = { model = {};
name: ""
};
var config = { var config = {
"title": caption, "title": caption,
"submitText": caption, "submitText": caption,

View File

@ -109,7 +109,6 @@
function perform() { function perform() {
getKeypairs(); getKeypairs();
model = { model = {
name: "",
public_key: "" public_key: ""
}; };
var config = { var config = {