prettier device page (maybe not, bu tnow matches device box)

git-svn-id: http://www.observium.org/svn/observer/trunk@2126 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-04-21 12:59:44 +00:00
parent 73e9c628e6
commit 65e030e0fa
3 changed files with 29 additions and 13 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ if (device_permitted($_GET['id']) || $check_device == $_GET['id'])
$device = device_by_id_cache($_GET['id']);
if ($config['os'][$device['os']]['group']) { $device['os_group'] = $config['os'][$device['os']]['group']; }
echo('<table cellpadding="15" cellspacing="0" class="devicetable" width="100%">');
echo('<table style="margin: 0px 7px 7px 7px;" cellpadding="15" cellspacing="0" class="devicetable" width="99%">');
#include("includes/hostbox.inc.php");
include("includes/device-header.inc.php");
echo('</table>');