feat: allow multiple terminal tabs per connection
This commit is contained in:
@@ -91,9 +91,9 @@ async function handleDelete(conn: Connection) {
|
||||
await store.deleteConnection(conn.id)
|
||||
}
|
||||
|
||||
function openTerminal(conn: Connection) {
|
||||
tabsStore.openOrFocus(conn)
|
||||
router.push('/terminal')
|
||||
function openTerminal(conn: Connection) {
|
||||
tabsStore.openTab(conn)
|
||||
router.push('/terminal')
|
||||
}
|
||||
|
||||
function openSftp(conn: Connection) {
|
||||
|
||||
Reference in New Issue
Block a user