feat: add sftp integration

This commit is contained in:
Rıdvan Akca
2024-04-15 18:17:10 +02:00
parent e4292815cd
commit 745263cb41
10 changed files with 517 additions and 9 deletions

View File

@@ -345,6 +345,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/scheduler/connection' },
],
},
{
text: 'SFTP',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/sftp/connection' }],
},
{
text: 'SignalWire',
collapsible: true,