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:48:50 UTC

git commit: updated refs/heads/4.3 to b7a81f8

Updated Branches:
  refs/heads/4.3 00b5e1a19 -> b7a81f842


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/b7a81f84
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b7a81f84
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b7a81f84

Branch: refs/heads/4.3
Commit: b7a81f8428e580f0e67d9656d57e853fed252c76
Parents: 00b5e1a
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:48:39 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b7a81f84/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>