Sha256: 7b931f592ae0116d24ba20d87a5d76db1066821f3e70110e0302a5977ccf31d4

Contents?: true

Size: 370 Bytes

Versions: 2

Compression:

Stored size: 370 Bytes

Contents

<div id="create_volume_dialog">
	<table>
		<tr>
			<td>Size:</td>
			<td>
				<input id="volume_size" type="text" name="size" size="2" maxlength="3">
				<select id="unit">
					<option value="gb">GB</option>
					<option value="tb">TB</option>
				</select>
			</td>
			<tr>
				<td>Storage:</td>
				<td id="select_storage_pool"></td>
			</tr>
		</tr>
	</table>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wakame-vdc-webui-10.12.0 app/views/dialog/create_volume.html.erb
wakame-vdc-webui-10.11.0 app/views/dialog/create_volume.html.erb