summaryrefslogtreecommitdiffstats
path: root/panes/vmmModify.html
blob: cad0a3323ccd88a0bad424873e90e6566bfb26f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!-- 
	Modify Medium dialog
	Copyright (C) 2010-2015 Ian Moore (imoore76 at yahoo dot com)
	
	$Id: vmmModify.html 595 2015-04-17 09:50:36Z imoore76 $
	
 -->
<div id='vboxVMMModify'>

	<div id='vboxVMMModifyInstructions'></div>

	<span class='vboxTableLabel translate'>Choose medium type:</span>
	<div class='vboxBordered'>
		<form name='vboxVMMModifyForm' style='width:100%;'>
			<table class='vboxOptions' style='margin-top: 6px;'>
				<tr>
					<td><label><input type='radio' class='vboxRadio' name='vmmMType' value='Normal' id='vbRadioNormal'/> <span>Normal</span></label></td>
				</tr>
				<tr >
					<td><label><input type='radio' class='vboxRadio' name='vmmMType' value='Immutable' id='vbRadioImmutable'/> <span>Immutable</span></label></td>
				</tr>
				<tr >
					<td><label><input type='radio' class='vboxRadio' name='vmmMType' value='Writethrough' id='vbRadioWritethrough'/> <span>Writethrough</span></label></td>
				</tr>
				<tr >
					<td><label><input type='radio' class='vboxRadio' name='vmmMType' value='Shareable' id='vbRadioShareable'/> <span>Shareable</span></label></td>
				</tr>
				<tr >
					<td><label><input type='radio' class='vboxRadio' name='vmmMType' value='MultiAttach' id='vbRadioMultiAttach'/> <span>Multi-attach</span></label></td>
				</tr>
			</table>
		</form>
	</div>
</div>