Feature #316 ยป 0001-Show-custom-partition-tables-by-default-if-set.patch
app/views/hosts/_unattended.html.erb | ||
---|---|---|
</tr>
|
||
</table>
|
||
<%= link_to_function "Switch to custom disk layout", toggle_div("custom_disk") %> <br>
|
||
<span id="custom_disk", style=display:none;>
|
||
<span id="custom_disk" <% unless not @host.disk.nil? and @host.disk.length > 0 %>, style=display:none<% end %>;>
|
||
<%= f.text_area :disk, :size => "80x10", :title => 'Use custom Disk layout' %><br>
|
||
<small>What ever text you use in here, would be used as your OS disk layout options<br>
|
||
If you want to use the partition table option, delete all of the text from this field
|