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-manager@178527 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5bd3c42281
commit
c7776155a4
|
@ -195,7 +195,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,
|
||||
|
|
Loading…
Reference in New Issue