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() {
getKeypairs();
model = {
name: ""
};
model = {};
var config = {
"title": caption,
"submitText": caption,

View File

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