Skip to content

Commit

Permalink
Update device_control_panel.js
Browse files Browse the repository at this point in the history
Fix selected attribute update info
  • Loading branch information
Ingvord committed Apr 28, 2018
1 parent a217c08 commit aed8143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/tango_webapp/device_control_panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
attr_info_values.forEach(function(el){
info.push({info:MVC.String.classize(el), value: attr.info[el]})
});
this.clearAll();
this.parse(info);
}
}
Expand Down Expand Up @@ -657,4 +658,4 @@
}
};
}
})();
})();

0 comments on commit aed8143

Please sign in to comment.