diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-28 17:32:32 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-28 17:32:32 +0100 |
| commit | 27a39a9448eac036d3af994b36d77093a2304e00 (patch) | |
| tree | 981b36b418aebd0995fadab4477ce3927fdbf9f7 /client/partials | |
| parent | 04b66da25740e569f9d66e21077a1e998b9f9d0f (diff) | |
Edit machine details
Diffstat (limited to 'client/partials')
| -rw-r--r-- | client/partials/home/machineDetails.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/partials/home/machineDetails.html b/client/partials/home/machineDetails.html index 5e33a53..2a79f52 100644 --- a/client/partials/home/machineDetails.html +++ b/client/partials/home/machineDetails.html @@ -56,6 +56,15 @@ </select> </fieldset> + <fieldset class="form-group"> + <label class="control-label col-sm-2">Image</label> + <select class="col-sm-20" id="ramSelected"> + <option>Cirros</option> + <option>Debian</option> + <option>Tiny Core</option> + <option>Centos</option> + </select> + </fieldset> |
