Merge remote-tracking branch 'origin/develop' into new/ThermoCamManager

This commit is contained in:
Samuele E. Locatelli
2021-03-10 14:40:01 +01:00
@@ -23,7 +23,7 @@ export default class AssiTable extends Vue {
}
hasSlave(id){
return ((<any>Object).values(this.axis).filter(ax => ax.masterID == id).length > 0);
return ((<any>Object).values(this.axis).filter(ax => ax.masterID == id && ax.visible == true).length > 0);
}
salves(id){