mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
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
Block a user