fixed invisible ssh tabs (fixes #1044)

This commit is contained in:
Eugene Pankov
2019-06-09 19:32:30 +02:00
parent 860f1e39fb
commit 375a98b013
3 changed files with 1 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ import { SSHConnection, SSHSession } from '../api'
<div
#content
class="content"
[style.opacity]='frontendIsReady ? 1 : 0'
></div>
`,
styles: [require('./sshTab.component.scss'), ...BaseTerminalTabComponent.styles],