You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2013/01/25 04:31:44 UTC

[41/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/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/javelin
Commit: f1aee2cc505c7af37d0880135bf886ff8deaf9c8
Parents: afb7e28
Author: Pranav Saxena <pr...@citrix.com>
Authored: Thu Jan 24 14:13:53 2013 +0530
Committer: Pranav Saxena <pr...@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 }}
                 }
               },