mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
updates
git-svn-id: http://www.observium.org/svn/observer/trunk@2230 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -21,7 +21,9 @@ if (device_permitted($_GET['id']) || $check_device == $_GET['id'])
|
||||
|
||||
$select[$section] = "selected";
|
||||
|
||||
$device = device_by_id_cache($_GET['id']);
|
||||
$device = device_by_id_cache($_GET['id']);
|
||||
$attribs = get_dev_attribs($device['device_id']);
|
||||
|
||||
if ($config['os'][$device['os']]['group']) { $device['os_group'] = $config['os'][$device['os']]['group']; }
|
||||
|
||||
echo('<table style="margin: 0px 7px 7px 7px;" cellpadding="15" cellspacing="0" class="devicetable" width="99%">');
|
||||
|
||||
Reference in New Issue
Block a user