mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-09-19 20:30:02 -04:00
BE+FE: change log
This commit is contained in:
1 parent
887de65eb9
commit
7e6189cbd4
9 files changed
+41
-42
No files matched your search
@@ -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