mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add PollerGroup as an option for OxidizedMap (#15696)
* Update SettingOxidizedMaps.vue * Update api_functions.inc.php * Update app.js * Update app.js * Style * Update mix-manifest.json
This commit is contained in:
@@ -1517,7 +1517,7 @@ function list_oxidized(Illuminate\Http\Request $request)
|
||||
->whereNotIn('type', Config::get('oxidized.ignore_types', []))
|
||||
->whereNotIn('os', Config::get('oxidized.ignore_os', []))
|
||||
->whereAttributeDisabled('override_Oxidized_disable')
|
||||
->select(['devices.device_id', 'hostname', 'sysName', 'sysDescr', 'sysObjectID', 'hardware', 'os', 'ip', 'location_id', 'purpose', 'notes'])
|
||||
->select(['devices.device_id', 'hostname', 'sysName', 'sysDescr', 'sysObjectID', 'hardware', 'os', 'ip', 'location_id', 'purpose', 'notes', 'poller_group'])
|
||||
->get();
|
||||
|
||||
/** @var Device $device */
|
||||
|
Reference in New Issue
Block a user