CLOUDSTACK-1029:Enter the token to specified project is malfunctioned

This commit is contained in:
Pranav Saxena 2013-01-24 14:13:53 +05:30
parent afb7e289fe
commit f1aee2cc50
1 changed files with 1 additions and 1 deletions

View File

@ -1026,7 +1026,7 @@
createForm: {
desc: 'message.enter.token',
fields: {
projectid: { label: 'label.project.id', validation: { required: true, docID: 'helpEnterTokenProjectID' }},
projectid: { label: 'label.project.id', validation: { required: true}, docID: 'helpEnterTokenProjectID' },
token: { label: 'label.token', docID: 'helpEnterTokenToken', validation: { required: true }}
}
},