CLOUDSTACK-1029:Enter the token to specified project is malfunctioned
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f1aee2cc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f1aee2cc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f1aee2cc Branch: refs/heads/regions Commit: f1aee2cc505c7af37d0880135bf886ff8deaf9c8 Parents: afb7e28 Author: Pranav Saxena <pranav.sax...@citrix.com> Authored: Thu Jan 24 14:13:53 2013 +0530 Committer: Pranav Saxena <pranav.sax...@citrix.com> Committed: Thu Jan 24 14:13:53 2013 +0530 ---------------------------------------------------------------------- ui/scripts/projects.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f1aee2cc/ui/scripts/projects.js ---------------------------------------------------------------------- diff --git a/ui/scripts/projects.js b/ui/scripts/projects.js index 31b68e7..b62dcb4 100644 --- a/ui/scripts/projects.js +++ b/ui/scripts/projects.js @@ -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 }} } },