diff --git a/src/app/components/project-map/console-wrapper/console-wrapper.component.html b/src/app/components/project-map/console-wrapper/console-wrapper.component.html index 1b795aa6..affbd767 100644 --- a/src/app/components/project-map/console-wrapper/console-wrapper.component.html +++ b/src/app/components/project-map/console-wrapper/console-wrapper.component.html @@ -33,7 +33,7 @@ - +
diff --git a/src/app/components/project-map/log-console/log-console.component.ts b/src/app/components/project-map/log-console/log-console.component.ts index 0794a69c..9fbec2ba 100644 --- a/src/app/components/project-map/log-console/log-console.component.ts +++ b/src/app/components/project-map/log-console/log-console.component.ts @@ -26,7 +26,6 @@ import { FormControl } from '@angular/forms'; export class LogConsoleComponent implements OnInit, AfterViewInit, OnDestroy { @Input() server: Server; @Input() project: Project; - @Output() closeConsole = new EventEmitter(); @ViewChild('console', {static: false}) console: ElementRef; @@ -323,8 +322,4 @@ export class LogConsoleComponent implements OnInit, AfterViewInit, OnDestroy { y: ${drawing.y}, z: ${drawing.z}`; } - - close() { - this.closeConsole.emit(false); - } } diff --git a/src/app/components/project-map/web-console/web-console.component.html b/src/app/components/project-map/web-console/web-console.component.html index e597077c..42dda52d 100644 --- a/src/app/components/project-map/web-console/web-console.component.html +++ b/src/app/components/project-map/web-console/web-console.component.html @@ -1 +1 @@ -
+