Some more performance improvements and caching
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!-- $o = ORM::factory('NODE') -->
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td style="width: 50%; vertical-align: top;">
|
||||
<td style="width: 50%; vertical-align: top;" rowspan="2">
|
||||
<?php foreach (Kohana::$config->load('config')->tsmdatatypes as $btype => $ctype) { ?>
|
||||
<table class="box-full">
|
||||
<tr>
|
||||
@@ -36,6 +36,9 @@
|
||||
<br/>
|
||||
<?php } ?>
|
||||
</td>
|
||||
<td style="width: 50%; vertical-align: top;" rowspan="2"><?php echo View::factory('node/stgpool_summary')->set('o',$o); ?></td>
|
||||
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('node/stgpool_pool')->set('o',$o); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('node/stgpool_type')->set('o',$o); ?></td>
|
||||
<tr>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user