mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
remove typo
This commit is contained in:
@@ -1006,7 +1006,6 @@ class InfoRemoteShow extends React.Component<{}, {}> {
|
||||
|
||||
renderInstallStatus(remote : RemoteType) : any {
|
||||
let statusStr : string = null;
|
||||
remote.mshellversion
|
||||
if (remote.installstatus == "disconnected") {
|
||||
if (remote.needsmshellupgrade) {
|
||||
statusStr = "mshell " + remote.mshellversion + " (needs upgrade)";
|
||||
|
||||
Reference in New Issue
Block a user