You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/12/18 23:49:39 UTC

git commit: updated refs/heads/master to 5fb80f9

Updated Branches:
  refs/heads/master 15a860d56 -> 5fb80f90f


CLOUDSTACK-4738: UI > VM Wizard > select compute offering step > make Number of CPU Cores/CPU/Memory field required when selected compute offering is customized.


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

Branch: refs/heads/master
Commit: 5fb80f90f0a75c7deb7219f16ae2f41ab24391b8
Parents: 15a860d
Author: Jessica Wang <je...@apache.org>
Authored: Wed Dec 18 14:48:24 2013 -0800
Committer: Jessica Wang <je...@apache.org>
Committed: Wed Dec 18 14:49:24 2013 -0800

----------------------------------------------------------------------
 ui/index.jsp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5fb80f90/ui/index.jsp
----------------------------------------------------------------------
diff --git a/ui/index.jsp b/ui/index.jsp
index edfd4e3..7b8d825 100644
--- a/ui/index.jsp
+++ b/ui/index.jsp
@@ -208,15 +208,15 @@
                                 <div class="section custom-size">
                                     <div class="field">
                                         <label><fmt:message key="label.num.cpu.cores"/></label>
-                                        <input type="text" name="compute-cpu-cores" />
+                                        <input type="text" class="required disallowSpecialCharacters" name="compute-cpu-cores" />
                                     </div>
                                     <div class="field">
                                         <label><fmt:message key="label.cpu.mhz"/></label>
-                                        <input type="text" name="compute-cpu" />
+                                        <input type="text" class="required disallowSpecialCharacters" name="compute-cpu" />
                                     </div>
                                     <div class="field">
                                         <label><fmt:message key="label.memory.mb"/></label>
-                                        <input type="text" name="compute-memory" />
+                                        <input type="text" class="required disallowSpecialCharacters" name="compute-memory" />
                                     </div>
                                 </div>
                             </div>