fix issue

pull/410/head
vapao 2021-09-07 11:10:04 +08:00
parent 7b76bd443d
commit 5f61cf6d7a
1 changed files with 3 additions and 1 deletions

View File

@ -116,7 +116,9 @@ function WebSSH(props) {
</Tabs.TabPane>
))}
</Tabs>
{hosts.length === 0 && (
<pre className={styles.fig}>{spug_web_terminal}</pre>
)}
</div>
<FileManager id={activeId} visible={visible} onClose={() => setVisible(false)}/>
</div>