diff --git a/Orchestrator/Web/Index.xhtml b/Orchestrator/Web/Index.xhtml index 1c7d7d55..8528ac95 100644 --- a/Orchestrator/Web/Index.xhtml +++ b/Orchestrator/Web/Index.xhtml @@ -104,6 +104,20 @@ dataType: "text" }); } + ///Перезагрузить Orchestrator + mGlobal.Controller.OrchestratorRestart=function() { + $.ajax({ + type: "POST", + url: 'ProcessingRun', + data: '{"actionList":[{"type":"ActivityRestartOrchestrator"}]}', + success: + function(lData,l2,l3) + { + var lResponseJSON=JSON.parse(lData) + }, + dataType: "text" + }); + } ////////////////////////// /////Monitor JS module @@ -277,6 +291,11 @@ Look machine screenshot + +