Skip to content

Commit

Permalink
Merge pull request #6389 from TheThingsNetwork/fix/end-device-list-la…
Browse files Browse the repository at this point in the history
…st-seen

Fix missing last seen value
  • Loading branch information
kschiffer committed Jul 10, 2023
2 parents 644376a + e216a90 commit 43cac0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/webui/console/containers/devices-table/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2019 The Things Network Foundation, The Things Industries B.V.
// Copyright © 2023 The Things Network Foundation, The Things Industries B.V.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -162,6 +162,7 @@ const DevicesTableInner = () => {
device.application_server_address ||
device.network_server_address ||
device.join_server_address,
_lastSeen: device.last_seen_at,
},
_meta: {
clickable: !isOtherClusterDevice(device),
Expand Down

0 comments on commit 43cac0a

Please sign in to comment.