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:
Giancarlo Panichi 2017-07-31 14:56:49 +00:00
parent f65a625cc6
commit 27d834e0e1
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}