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/2b7f86ce Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2b7f86ce Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2b7f86ce Branch: refs/heads/marvin-refactor Commit: 2b7f86ce17f82430ec4f91574ff9692f34e77c4d Parents: 7ae22aa Author: Pranav Saxena <[email protected]> Authored: Thu Jan 24 14:13:53 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Thu Jan 24 17:48:36 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/2b7f86ce/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 }} } },
