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 2012/07/24 20:39:42 UTC

[8/8] git commit: CS-12739:DeployvM wizard when choosing to Add a new network if user does not provide the network name then clicking on Next does nothing

CS-12739:DeployvM wizard when choosing to Add a new network if user does not provide the network name then clicking on Next does nothing


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

Branch: refs/heads/master
Commit: e91dd3e653a23a357c9d1932eba94b11879b717e
Parents: fa414bb
Author: Pranav Saxena <pr...@citrix.com>
Authored: Tue Jul 10 04:43:01 2012 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Tue Jul 10 04:43:01 2012 +0530

----------------------------------------------------------------------
 ui/index.jsp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e91dd3e6/ui/index.jsp
----------------------------------------------------------------------
diff --git a/ui/index.jsp b/ui/index.jsp
index fb3327f..af05f4a 100644
--- a/ui/index.jsp
+++ b/ui/index.jsp
@@ -257,7 +257,7 @@
 
                                 <!-- Name -->
                                 <div class="field name hide-if-unselected">
-                                  <div class="name"><fmt:message key="label.name"/></div>
+                                  <div class="name"> <span class="field-required">*</span> <fmt:message key="label.name"/></div>
                                   <div class="value">
                                     <input type="text" class="required" name="new-network-name" />
                                   </div>