ref 16250: DataMiner portlet error message to fix

https://support.d4science.org/issues/16250

Updated error message

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/data-miner-executor@178527 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2019-03-11 11:15:05 +00:00
parent 2ccfb3b107
commit d7117f912e
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ public class ComputationStatusPanel extends SimpleContainer {
vert.remove(index);
// TODO
progressBar = new RedProgressBar();
progressBar.updateProgress(1, "Computation Fail");
progressBar.updateProgress(1, "Computation Failed");
progressBar.getElement().getStyle().setMarginBottom(36, Unit.PX);
vert.insert(progressBar, index, new VerticalLayoutData(1, -1, new Margins(20)));
} else if (computationStatus.isCancelled()) {