Skip to content

Commit

Permalink
Merge pull request #238 from HeriLFIU/UI/vue3sfcloaderModifications
Browse files Browse the repository at this point in the history
Made changes for vue3sfcloader compatibility k-info-panel
  • Loading branch information
viniarck authored Dec 17, 2024
2 parents d0503c3 + 5135479 commit 7d1dbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/k-info-panel/switch_info.kytos
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
this.interfaces = data['topology']['switches'][this.metadata['id']]['interfaces']
this.table_link_body = []
var id = ""
for (k_interface in this.interfaces){
for (let k_interface in this.interfaces){
id = this.interfaces[k_interface].link

if (id != ""){
Expand Down

0 comments on commit 7d1dbf8

Please sign in to comment.