CLOUDSTACK-4758: Make root disk size a text field
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2189da6c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2189da6c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2189da6c Branch: refs/heads/rbac Commit: 2189da6c720c14262b489c427721864cfabf2238 Parents: 8871cdc Author: Brian Federle <brian.fede...@citrix.com> Authored: Wed Oct 30 11:20:02 2013 -0700 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Wed Oct 30 11:20:02 2013 -0700 ---------------------------------------------------------------------- ui/index.jsp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2189da6c/ui/index.jsp ---------------------------------------------------------------------- diff --git a/ui/index.jsp b/ui/index.jsp index db4d468..3325f75 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -164,17 +164,10 @@ </div> </div> - <!-- Custom size slider --> + <!-- Root disk size --> <div class="section custom-size"> <label><fmt:message key="label.root.disk.size"/></label> - - <!-- Slider --> - <label class="size">1 GB</label> - <div class="slider custom-size"></div> - <label class="size max"><span></span> GB</label> - - <input type="text" class="required digits" name="root-size" value="1" /> - <label class="size">GB</label> + <input type="text" name="rootDiskSize" /> </div> </div> </div>