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

@ -19,7 +19,6 @@
"devDependencies": {
"@types/ssh2": "^0.5.35",
"@types/webpack-env": "^1.13.0",
"ngx-toastr": "^8.0.0",
"ssh2": "^0.8.2",
"ssh2-streams": "^0.4.2"
},

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],

View file

@ -230,11 +230,6 @@ napi-build-utils@^1.0.1:
resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.1.tgz#1381a0f92c39d66bf19852e7873432fc2123e508"
integrity sha512-boQj1WFgQH3v4clhu3mTNfP+vOBxorDlE8EKiMjUlLG3C4qAESnn9AxIOkFgTR2c9LtzNjPrjS60cT27ZKBhaA==
ngx-toastr@^8.0.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/ngx-toastr/-/ngx-toastr-8.1.0.tgz#3a0742e62895f88e232607843d61373d6f0d44d3"
integrity sha512-asgeQsjm0nf6B9COL7v5Dm4p9GbIjce8eMpvMzalxAJMaWiuryngaG+72TnrmeM48D/vwOUEasvJgYVRZ6JPMg==
node-abi@^2.7.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.8.0.tgz#bd2e88dbe6a6871e6dd08553e0605779325737ec"