diff --git a/ElectronJS/src/taskGrid/invokeTask.html b/ElectronJS/src/taskGrid/executeTask.html similarity index 100% rename from ElectronJS/src/taskGrid/invokeTask.html rename to ElectronJS/src/taskGrid/executeTask.html diff --git a/ElectronJS/src/taskGrid/taskInfo.html b/ElectronJS/src/taskGrid/taskInfo.html index 855bf92..6cf6139 100644 --- a/ElectronJS/src/taskGrid/taskInfo.html +++ b/ElectronJS/src/taskGrid/taskInfo.html @@ -154,7 +154,7 @@ }, invokeTask: function(id) { - window.location.href = "invokeTask.html?type="+getUrlParam("type")+"&lang="+getUrlParam("lang")+"&id=" + id + "&wsport="+getUrlParam("wsport")+"&backEndAddressServiceWrapper="+ app.$data.backEndAddressServiceWrapper; + window.location.href = "executeTask.html?type="+getUrlParam("type")+"&lang="+getUrlParam("lang")+"&id=" + id + "&wsport="+getUrlParam("wsport")+"&backEndAddressServiceWrapper="+ app.$data.backEndAddressServiceWrapper; }, } });