From f1aee2cc505c7af37d0880135bf886ff8deaf9c8 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Thu, 24 Jan 2013 14:13:53 +0530 Subject: [PATCH] CLOUDSTACK-1029:Enter the token to specified project is malfunctioned --- ui/scripts/projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/projects.js b/ui/scripts/projects.js index 31b68e7a338..b62dcb4c6a2 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 }} } },