You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/06/24 21:43:12 UTC

git commit: updated refs/heads/master to 388e80e

Updated Branches:
  refs/heads/master 0b4e0b307 -> 388e80efb


making fields required when adding a vmwareDC to a cloudstack zone


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/388e80ef
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/388e80ef
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/388e80ef

Branch: refs/heads/master
Commit: 388e80efb1bcde46475cd0b5ad6c1862dedb0b68
Parents: 0b4e0b3
Author: Pranav Saxena <ps...@gmail.com>
Authored: Tue Jun 25 01:12:42 2013 +0530
Committer: Pranav Saxena <ps...@gmail.com>
Committed: Tue Jun 25 01:12:42 2013 +0530

----------------------------------------------------------------------
 ui/scripts/system.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/388e80ef/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 0a8ea7e..ae6924e 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -5711,7 +5711,7 @@
                       title: 'Add VMware datacenter',
                       fields: {
                         name: { 
-                          label: 'label.name',
+                          label: 'DC Name',
                           validation: { required: true }
                         },
                         vcenter: { 
@@ -5720,12 +5720,12 @@
                         },
                         username: {
                           label: 'label.username',
-                          validation: { required: false }
+                          validation: { required: true }
                         },
                         password: {
                           label: 'label.password',
                           isPassword: true,
-                          validation: { required: false }
+                          validation: { required: true }
                         },
                       }
                     },