🚧 sftp.
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
import IconActions from './icon-actions.vue';
|
import IconActions from './icon-actions.vue';
|
||||||
import CommandSnippetListDrawer from '../../../command-snippet/components/command-snippet-list-drawer.vue';
|
import CommandSnippetListDrawer from '../../../command-snippet/components/command-snippet-list-drawer.vue';
|
||||||
|
|
||||||
const emits = defineEmits(['openSftp', 'openTransfer']);
|
const emits = defineEmits(['openTransfer']);
|
||||||
|
|
||||||
const { getAndCheckCurrentTerminalSession } = useTerminalStore();
|
const { getAndCheckCurrentTerminalSession } = useTerminalStore();
|
||||||
|
|
||||||
@@ -38,13 +38,7 @@
|
|||||||
icon: 'icon-code',
|
icon: 'icon-code',
|
||||||
content: '打开命令片段',
|
content: '打开命令片段',
|
||||||
click: () => snippetRef.value.open()
|
click: () => snippetRef.value.open()
|
||||||
},
|
}, {
|
||||||
{
|
|
||||||
icon: 'icon-folder',
|
|
||||||
content: '打开 SFTP',
|
|
||||||
click: () => emits('openSftp')
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: 'icon-swap',
|
icon: 'icon-swap',
|
||||||
content: '文件传输列表',
|
content: '文件传输列表',
|
||||||
iconStyle: {
|
iconStyle: {
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
{{ tab }}
|
{{ tab }}
|
||||||
|
<div>header</div>
|
||||||
|
<div>table</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user