Skip to content

Commit

Permalink
fix: Add the missing session type argument to the SFTP session (#2869)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine authored Nov 21, 2024
1 parent ae54e8a commit c28998e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/backend-ai-folder-explorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1599,6 +1599,7 @@ export default class BackendAIFolderExplorer extends BackendAIPage {
imageResource['mounts'] = [this.vfolderName];
imageResource['cpu'] = 1;
imageResource['mem'] = '256m';
imageResource['type'] = 'system';
imageResource['domain'] = globalThis.backendaiclient._config.domainName;
imageResource['scaling_group'] =
this.volumeInfo[this.vhost]?.sftp_scaling_groups[0];
Expand Down

0 comments on commit c28998e

Please sign in to comment.