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>