Fixed transducerers
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@152627 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4fcbc2412f
commit
13d812370d
|
@ -817,7 +817,7 @@ public class ProjectManager {
|
|||
}
|
||||
} else {
|
||||
monitor.hide();
|
||||
UtilsGXT3.info("Publish", "The software has been published! The Cloud system is being updated. Your process will be available on the DataMiner system within some minutes.");
|
||||
UtilsGXT3.info("Publish", "The software has been published! The Cloud system is being updated. Your process will be available on the DataMiner system within some minutes by administrators.");
|
||||
fireProjectStatusSoftwarePublishEvent();
|
||||
}
|
||||
}
|
||||
|
@ -855,7 +855,7 @@ public class ProjectManager {
|
|||
case "COMPLETED":
|
||||
monitorDeployOperation.stop();
|
||||
monitor.hide();
|
||||
UtilsGXT3.info("Publish", "The software has been published!");
|
||||
UtilsGXT3.info("Publish", "The software has been published! The Cloud system is being updated. Your process will be available on the DataMiner system within some minutes.");
|
||||
fireProjectStatusSoftwarePublishEvent();
|
||||
break;
|
||||
case "FAILED":
|
||||
|
|
Loading…
Reference in New Issue