This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
phptsmadmin/application/views/stgpool/detail.php
2012-12-13 13:20:19 +11:00

17 lines
723 B
PHP

<!-- $o = ORM::factory('STGPOOL') -->
<table width="100%">
<tr>
<td style="width: 50%; vertical-align: top;" rowspan="2"><?php echo View::factory('stgpool/info')->set('o',$o); ?></td>
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('stgpool/devclass')->set('o',$o); ?></td>
</tr>
<tr>
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('stgpool/mgmtclasses')->set('o',$o); ?></td>
</tr>
<tr>
<td style="width: 100%; vertical-align: top;" colspan="2"><?php echo View::factory('stgpool/volumes')->set('o',$o); ?></td>
</tr>
<tr>
<td style="width: 100%; vertical-align: top;" colspan="2"><?php echo View::factory('stgpool/nodes')->set('o',$o); ?></td>
</tr>
</table>