Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
fix: config again
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeff07 committed Apr 21, 2022
1 parent 24ca2e9 commit 6b3fac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipfabric/tools/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_all_configurations(self, device: Optional[str] = None, sn: Optional[str]
filters = dict(sn=["eq", sn]) if sn else dict(hostname=["ieq", device])
res = self.ipf.fetch_all(
"tables/management/configuration",
sort={"order": "desc", "column": "lastChange"},
sort={"order": "desc", "column": "lastChangeAt"},
columns=[
"id",
"sn",
Expand Down

0 comments on commit 6b3fac9

Please sign in to comment.