Skip to content

Commit

Permalink
Merge pull request #121 from QiRaining/master.bs.sshport
Browse files Browse the repository at this point in the history
[FIX]change BS port to sshPort
  • Loading branch information
boogunote authored Sep 26, 2016
2 parents 9ab3f81 + 461eda2 commit 69453e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ts/backupStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module MBackupStorage {
msg.hostname = bs.hostname;
msg.username = bs.username;
msg.password = bs.password;
msg.port = bs.port;
msg.sshPort = bs.port;
msg.type = 'SftpBackupStorage';
} else if (bs.type == 'SimulatorBackupStorage') {
msg = new ApiHeader.APIAddSimulatorBackupStorageMsg();
Expand Down
2 changes: 1 addition & 1 deletion zstack_dashboard/static/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14611,7 +14611,7 @@ var MBackupStorage;
msg.hostname = bs.hostname;
msg.username = bs.username;
msg.password = bs.password;
msg.port = bs.port;
msg.sshPort = bs.port;
msg.type = 'SftpBackupStorage';
}
else if (bs.type == 'SimulatorBackupStorage') {
Expand Down

0 comments on commit 69453e9

Please sign in to comment.