Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-nettica committed Jun 30, 2024
1 parent 17fe804 commit e501f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Devices.vue
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ export default {
var selected = 0;
for (let i = 0; i < this.nets.length; i++) {
this.netList.items[i+1] = { "text": this.nets[i].netName, "value": this.nets[i].id }
this.netList.items[i] = { "text": this.nets[i].netName, "value": this.nets[i].id }
if (this.netList.items[i].text == this.device.netName) {
selected = i
break
Expand Down

0 comments on commit e501f86

Please sign in to comment.