Merge remote-tracking branch 'origin/develop' into new/ThermoCamManager
This commit is contained in:
+1
-1
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user