fixed some jshint errors for extra_vars fix from earlier. also changed the launch configuration modal button to 'Launch' instead of continue
This commit is contained in:
Jared Tabor
2014-10-31 15:25:23 -04:00
parent ede6142cea
commit b6575d776c
2 changed files with 20 additions and 36 deletions

View File

@@ -171,7 +171,7 @@ function($location, Wait, GetBasePath, LookUpInit, JobTemplateForm, CredentialLi
"class": "btn btn-default",
"id": "password-cancel-button"
},{
label: "Continue",
label: "Launch",
onClick: function() {
scope.$emit(callback);
},