mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-07-25 23:18:06 -04:00
BE+FE: change log
This commit is contained in:
@@ -131,6 +131,7 @@ class Query(ObjectType):
|
||||
devGUID=devGUID,
|
||||
changedColumn=changedColumn,
|
||||
changedBy=changedBy,
|
||||
search=paging["search"]
|
||||
)
|
||||
else:
|
||||
groups = h.get_all_grouped_history(
|
||||
@@ -145,6 +146,7 @@ class Query(ObjectType):
|
||||
total = h.get_total_group_count(
|
||||
changedColumn=changedColumn,
|
||||
changedBy=changedBy,
|
||||
search=paging["search"]
|
||||
)
|
||||
|
||||
return DeviceHistoryResult(
|
||||
|
||||
Reference in New Issue
Block a user