0001-Bug-511-Fixed-OS-section-generation-in-the-wizards.-.patch
| src/sunstone/public/js/one-ui_views.js | ||
|---|---|---|
| 1852 | 1852 |
notifyError("There are mandatory fields missing in the OS Boot options section");
|
| 1853 | 1853 |
return false; |
| 1854 | 1854 |
}; |
| 1855 |
addSectionJSON(vm_json,scope); |
|
| 1855 |
vm_json["OS"] = {};
|
|
| 1856 |
addSectionJSON(vm_json["OS"],scope); |
|
| 1856 | 1857 | |
| 1857 | 1858 |
//process disks |
| 1858 | 1859 |
scope = section_disks; |
| src/sunstone/public/js/one-ui_views.templates.js | ||
|---|---|---|
| 392 | 392 |
<label for="ARCH">Architecture:</label>\ |
| 393 | 393 |
<select id="ARCH" name="arch">\ |
| 394 | 394 |
<option value="i686">i686</option>\ |
| 395 |
<option value="x86-64">x86-64</option>\
|
|
| 395 |
<option value="x86_64">x86_64</option>\
|
|
| 396 | 396 |
</select>\ |
| 397 | 397 |
<div class="tip">CPU architecture to virtualization</div>\ |
| 398 | 398 |
</div>\ |
| 399 |
- |
|