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/widgets/data-miner-manager-widget@178526 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e46cf94fc6
commit
30186b5ab1
|
@ -191,7 +191,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