Alerts - Add features + serial in alerts-> table (#10747)

* Alerts - Add features + serial for device

* doc
This commit is contained in:
PipoCanaja
2019-10-26 02:28:36 +02:00
committed by Tony Murray
parent 723ce789ff
commit d72c722075
2 changed files with 11 additions and 7 deletions

View File

@@ -93,6 +93,8 @@ class RunAlerts
$obj['ip'] = inet6_ntop($device['ip']);
$obj['hardware'] = $device['hardware'];
$obj['version'] = $device['version'];
$obj['serial'] = $device['serial'];
$obj['features'] = $device['features'];
$obj['location'] = $device['location'];
$obj['uptime'] = $device['uptime'];
$obj['uptime_short'] = Time::formatInterval($device['uptime'], 'short');