mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Allow device ignore to be set via API (#14985)
* Missing Fillables * StyleCI * Update Device.php
This commit is contained in:
@@ -53,6 +53,7 @@ class Device extends BaseModel
|
|||||||
'hostname',
|
'hostname',
|
||||||
'display',
|
'display',
|
||||||
'icon',
|
'icon',
|
||||||
|
'ignore',
|
||||||
'ip',
|
'ip',
|
||||||
'location_id',
|
'location_id',
|
||||||
'notes',
|
'notes',
|
||||||
|
Reference in New Issue
Block a user