mistake
This commit is contained in:
parent
57470501c0
commit
3ac55a528e
|
@ -21,9 +21,6 @@ export class HostSummaryComponent implements OnInit, AfterContentInit, OnChanges
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnChanges() {
|
ngOnChanges() {
|
||||||
if (!this.visible) {
|
|
||||||
this.host = null;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,10 +43,6 @@ export class ProbeSummaryComponent implements OnInit, AfterContentInit, OnChange
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnChanges() {
|
ngOnChanges() {
|
||||||
if (!this.visible) {
|
|
||||||
this.probe = null;
|
|
||||||
this.probeHost = null;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,9 +23,6 @@ export class ServiceSummaryComponent implements OnInit, AfterContentInit, OnChan
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnChanges() {
|
ngOnChanges() {
|
||||||
if (!this.visible) {
|
|
||||||
this.service = null;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user