mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webui: Added device description to overview page (#7328)
This commit is contained in:
committed by
Tony Murray
parent
5e5684f2cd
commit
0376f92cc3
@@ -44,6 +44,13 @@ if (!empty($device['ip'])) {
|
||||
}
|
||||
}
|
||||
|
||||
if ($device['purpose']) {
|
||||
echo '<tr>
|
||||
<td>Description</td>
|
||||
<td>'.display($device['purpose']).'</td>
|
||||
</tr>';
|
||||
}
|
||||
|
||||
if ($device['hardware']) {
|
||||
echo '<tr>
|
||||
<td>Hardware</td>
|
||||
|
Reference in New Issue
Block a user