mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
send port to server
This commit is contained in:
@@ -861,6 +861,9 @@ class InfoRemoteEdit extends React.Component<{}, {}> {
|
||||
if (this.sudoBool.get()) {
|
||||
kwargs["sudo"] = "1";
|
||||
}
|
||||
if (this.portStr.get() != "" && this.portStr.get() != "22") {
|
||||
kwargs["port"] = this.portStr.get();
|
||||
}
|
||||
}
|
||||
kwargs["alias"] = this.alias.get();
|
||||
kwargs["color"] = this.colorStr.get();
|
||||
|
||||
Reference in New Issue
Block a user