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.

16 lines
685 B
PHP
Raw Normal View History

2011-06-23 17:03:41 +10:00
<table width="100%">
<tr>
2012-11-30 09:58:15 +11:00
<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>
2011-06-23 17:03:41 +10:00
</tr>
2012-11-27 16:46:43 +11:00
<tr>
2012-11-30 09:58:15 +11:00
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('stgpool/mgmtclasses')->set('o',$o); ?></td>
2012-11-27 16:46:43 +11:00
</tr>
2011-06-23 17:03:41 +10:00
<tr>
2012-11-30 09:58:15 +11:00
<td style="width: 100%; vertical-align: top;" colspan="2"><?php echo View::factory('stgpool/volumes')->set('o',$o); ?></td>
2011-06-23 17:03:41 +10:00
</tr>
2012-11-28 13:34:39 +11:00
<tr>
2012-11-30 09:58:15 +11:00
<td style="width: 100%; vertical-align: top;" colspan="2"><?php echo View::factory('stgpool/nodes')->set('o',$o); ?></td>
2012-11-28 13:34:39 +11:00
</tr>
2011-06-23 17:03:41 +10:00
</table>