Added server.tsx and make it work with tab system
This commit is contained in:
@@ -87,7 +87,7 @@ function AppContent() {
|
||||
|
||||
// Determine what to show based on current tab
|
||||
const currentTabData = tabs.find(tab => tab.id === currentTab);
|
||||
const showTerminalView = currentTabData?.type === 'terminal';
|
||||
const showTerminalView = currentTabData?.type === 'terminal' || currentTabData?.type === 'server';
|
||||
const showHome = currentTabData?.type === 'home';
|
||||
const showSshManager = currentTabData?.type === 'ssh_manager';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user