Skip to content

Commit

Permalink
[#69532] frontend: display rdfm.software.version for registered devices
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejWas authored and glatosinski committed Dec 11, 2024
1 parent f730d15 commit 3c3a88e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/components/devices/DevicesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ Component wraps functionality for displaying and working with rdfm devices.
{{ device.mac_address }}
</div>
</td>
<td class="entry">
<div class="title">Software version</div>
<div class="value">
{{ device.metadata['rdfm.software.version'] }}
</div>
</td>
<td class="entry">
<div class="title">Last Accessed</div>
<div class="value">{{ device.last_access }}</div>
Expand Down

0 comments on commit 3c3a88e

Please sign in to comment.