Skip to content

Commit

Permalink
Merge pull request #82 from corporate-gadfly/master
Browse files Browse the repository at this point in the history
allow sorting of nodes by Seen column in Orphaned view by populating Epoch for orphaned nodes
  • Loading branch information
skx authored May 5, 2021
2 parents da9bd0f + eedd2e5 commit 8e4f7ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ func getIndexNodes(environment string) ([]PuppetRuns, error) {
// string so we first convert to an integer, then
// parse as a Unix-timestamp
//
tmp.Epoch = at
tmp.Ago = timeRelative(at)

//
Expand Down

0 comments on commit 8e4f7ca

Please sign in to comment.