More additions to server creation page.

Adds memory/disk/etc. fields as well as selecting the service type and
option. Still need to add in the ability to set the variables once an
option is selected.
This commit is contained in:
Dane Everitt 2015-12-08 18:34:18 -05:00
parent e77cea6f99
commit f47f0cd549
6 changed files with 189 additions and 21 deletions

View file

@ -1205,4 +1205,4 @@ input[type=checkbox],input[type=radio]{margin-top:1px}
.dropdown-header{padding-left:15px;padding-right:15px;font-size:9px;text-transform:uppercase}
.popover{color:#fff;font-size:12px;font-weight:300}
.panel-footer,.panel-heading{border-top-right-radius:0;border-top-left-radius:0}
.modal .close,.panel-default .close{color:#222}
.modal .close,.panel-default .close{color:#222}

View file

@ -73,3 +73,4 @@ pre{display:block;padding:12px 12px;margin:0;font-size:12px;color:#c7254e;backgr
.close {color:#000;opacity:0.2;font-size:1.6em;}
.close:hover {color:#000;opacity:0.5;}
.filename {outline: none;width:450px;background: transparent;margin-left:-5px;padding:0;border: 0px;font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight: 250;line-height: 1.1;font-size: 19px;color: #aaa}
form .text-muted {margin: 0 0 -5.5px}