view app/views/elements/storage/poolinfo.ctp @ 4:c3adb28473d6 default tip

modified icon feature
author Shoshi TAMAKI <shoshi@cr.ie.u-ryukyu.ac.jp>
date Tue, 16 Aug 2011 18:31:36 +0900
parents eb4fee3d9bb8
children
line wrap: on
line source

<table>
	<tr>		
		<th>Name</th>
		<th>State</th>
		<th>Capacity</th>
		<th>Allocation</th>
		<th>Available</th>
	</tr>
	<tr>
		<td><?php echo $pool["name"]; ?></td>	
		<td><?php echo $pool["state"]; ?></td>	
		<td><?php echo $pool["capacity"]; ?></td>	
		<td><?php echo $pool["allocation"]; ?></td>	
		<td><?php echo $pool["available"]; ?></td>	
	</tr>
</table>