mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1029:Enter the token to specified project is malfunctioned
This commit is contained in:
parent
afb7e289fe
commit
f1aee2cc50
|
|
@ -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 }}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue