You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/common/modals/modals.tsx
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1026,17 +1026,6 @@ class ViewRemoteConnDetailModal extends React.Component<{}, {}> {
1026
1026
cancelInstallButton=<></>;
1027
1027
}
1028
1028
if(remote.sshconfigsrc=="sshconfig-import"){
1029
-
updateAuthButton=(
1030
-
<Buttontheme="secondary"disabled={true}>
1031
-
Edit
1032
-
<Tooltip
1033
-
message={`Connections imported from an ssh config file cannot be edited inside waveterm. To edit these, you must edit the config file and import it again.`}
Copy file name to clipboardExpand all lines: src/app/common/modals/viewremoteconndetail.tsx
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -209,17 +209,6 @@ class ViewRemoteConnDetailModal extends React.Component<{}, {}> {
209
209
cancelInstallButton=<></>;
210
210
}
211
211
if(remote.sshconfigsrc=="sshconfig-import"){
212
-
updateAuthButton=(
213
-
<Buttontheme="secondary"disabled={true}>
214
-
Edit
215
-
<Tooltip
216
-
message={`Connections imported from an ssh config file cannot be edited inside waveterm. To edit these, you must edit the config file and import it again.`}
0 commit comments