mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
fix services stuff
git-svn-id: http://www.observium.org/svn/observer/trunk@3090 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -36,8 +36,6 @@ if ($device_id)
|
||||
{
|
||||
if (!$samehost)
|
||||
{
|
||||
$device['device_id'] = $device_id;
|
||||
$device['hostname'] = $device_hostname;
|
||||
echo("<td valign=top width=250><span style='font-weight:bold;'>" . generate_device_link($device) . "</span></td>");
|
||||
} else {
|
||||
echo("<td></td>");
|
||||
|
||||
Reference in New Issue
Block a user