Added DB and removed some old interface scripts

This commit is contained in:
Deon George
2012-11-30 15:29:08 +11:00
parent 1bf8a520e2
commit 74b3bfb408
19 changed files with 226 additions and 585 deletions

View File

@@ -0,0 +1,9 @@
<table width="100%">
<tr>
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('db/info')->set('o',$o); ?></td>
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('db/volumes')->set('o',$o); ?></td>
</tr>
<tr>
<td style="width: 100%; vertical-align: top;" colspan="2"><?php echo View::factory('db/backups')->set('o',$o); ?></td>
</tr>
</table>