mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Updating SDA update and restart API endpoint name (#1458)
This commit is contained in:
committed by
GitHub
parent
a4c796abde
commit
212bc39567
@@ -94,7 +94,7 @@ if (ssfWindow.ssf) {
|
|||||||
registerClientBanner: ssfWindow.ssf.registerClientBanner,
|
registerClientBanner: ssfWindow.ssf.registerClientBanner,
|
||||||
launchCloud9: ssfWindow.ssf.launchCloud9,
|
launchCloud9: ssfWindow.ssf.launchCloud9,
|
||||||
connectCloud9Pipe: ssfWindow.ssf.connectCloud9Pipe,
|
connectCloud9Pipe: ssfWindow.ssf.connectCloud9Pipe,
|
||||||
updateAndRestartSDA: ssfWindow.ssf.updateAndRestart,
|
updateAndRestart: ssfWindow.ssf.updateAndRestart,
|
||||||
downloadUpdate: ssfWindow.ssf.downloadUpdate,
|
downloadUpdate: ssfWindow.ssf.downloadUpdate,
|
||||||
checkForUpdates: ssfWindow.ssf.checkForUpdates,
|
checkForUpdates: ssfWindow.ssf.checkForUpdates,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user