mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-31 07:12:23 -07:00
feat: Add devFlapping attribute to device management and update related UI components
This commit is contained in:
@@ -100,7 +100,7 @@ class Device(ObjectType):
|
||||
devParentPortSource = String(description="Source tracking for devParentPort (USER, LOCKED, NEWDEV, or plugin prefix)")
|
||||
devParentRelTypeSource = String(description="Source tracking for devParentRelType (USER, LOCKED, NEWDEV, or plugin prefix)")
|
||||
devVlanSource = String(description="Source tracking for devVlan")
|
||||
devFlapping = String(description="ndicates flapping device (device changing between online/offline states frequently)")
|
||||
devFlapping = Int(description="Indicates flapping device (device changing between online/offline states frequently)")
|
||||
|
||||
|
||||
class DeviceResult(ObjectType):
|
||||
|
||||
Reference in New Issue
Block a user