Skip to content

Commit

Permalink
fix(ui): add product code to fw update dialog
Browse files Browse the repository at this point in the history
Ref #3488
  • Loading branch information
robertsLando committed Jan 17, 2024
1 parent 04fdaf5 commit 22bd7ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/ControlPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,8 @@ export default {
`
<b>ID:</b> ${node.id}<br>
<b>Name:</b> ${node._name}<br>
<b>Product:</b> ${node.productDescription} (${node.manufacturer})<br>
<b>Manufacturer:</b> ${node.manufacturer}<br>
<b>Product:</b> ${node.productDescription} (${node.productLabel})<br>
<b>Current Firmware:</b> ${node.firmwareVersion}<br>
<b>Current SDK:</b> ${node.sdkVersion || '---'}<br>
`,
Expand Down

0 comments on commit 22bd7ab

Please sign in to comment.