You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/01/26 17:21:39 UTC

[20/50] [abbrv] git commit: CLOUDSTACK-1029:Enter the token to specified project is malfunctioned

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-phase1
Commit: 2b7f86ce17f82430ec4f91574ff9692f34e77c4d
Parents: 7ae22aa
Author: Pranav Saxena <pr...@citrix.com>
Authored: Thu Jan 24 14:13:53 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
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 }}
                 }
               },