Fix condition

This commit is contained in:
JuanCarlos 2019-10-18 09:22:58 +02:00
parent 9871cacf2d
commit 24bebca315
No known key found for this signature in database
GPG Key ID: B1C4FB733616273A

View File

@ -375,12 +375,6 @@ export class AgentsController {
this.$scope.switchSyscheckFiles = () => {
this.$scope.showSyscheckFiles = !this.$scope.showSyscheckFiles;
if (!this.$scope.showSyscheckFiles) {
this.$scope.$emit('changeTabView', {
tabView: this.$scope.tabView,
tab: this.$scope.tab
});
}
this.$scope.$applyAsync();
};