ref 8819: Extend The Algorithms Importer to Manage Many Processes as Black Boxes
https://support.d4science.org/issues/8819 Updated the support Pre-Installed software git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@151496 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f65a625cc6
commit
27d834e0e1
|
@ -905,7 +905,7 @@ public class ProjectManager {
|
|||
public void onSuccess(String logs) {
|
||||
Log.debug("Deploy Operation Logs: " + logs);
|
||||
monitor.hide();
|
||||
UtilsGXT3.alert("Error", "Error deploying the algorithm: "+logs);
|
||||
UtilsGXT3.alert("Error", "Error deploying the algorithm: <a href='"+logs+"'>Logs</a>");
|
||||
fireProjectStatusExplorerRefreshEvent();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue