mirror of https://github.com/openspug/spug
fix issue
parent
7b76bd443d
commit
5f61cf6d7a
|
@ -116,7 +116,9 @@ function WebSSH(props) {
|
||||||
</Tabs.TabPane>
|
</Tabs.TabPane>
|
||||||
))}
|
))}
|
||||||
</Tabs>
|
</Tabs>
|
||||||
<pre className={styles.fig}>{spug_web_terminal}</pre>
|
{hosts.length === 0 && (
|
||||||
|
<pre className={styles.fig}>{spug_web_terminal}</pre>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
<FileManager id={activeId} visible={visible} onClose={() => setVisible(false)}/>
|
<FileManager id={activeId} visible={visible} onClose={() => setVisible(false)}/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue