ref 12594: Provide DM Users with runtime execution information
https://support.d4science.org/issues/12594 Added service info[ticket #12594] Updated the resources check on IS [ticket #17569] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/data-miner-manager@181929 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
dc750e4e71
commit
b84ab9cbc1
|
@ -92,8 +92,8 @@ public class ComputationValueFilePanel extends SimpleContainer {
|
|||
if (fileName != null && !fileName.isEmpty()) {
|
||||
String fileNameLowerCase = fileName.toLowerCase();
|
||||
if (fileNameLowerCase.endsWith(".html") || fileNameLowerCase.endsWith(".htm")
|
||||
|| fileNameLowerCase.endsWith(".pdf")|| fileNameLowerCase.endsWith(".log") || fileNameLowerCase.endsWith(".json")
|
||||
|| fileNameLowerCase.endsWith(".txt")) {
|
||||
|| fileNameLowerCase.endsWith(".pdf") || fileNameLowerCase.endsWith(".log")
|
||||
|| fileNameLowerCase.endsWith(".json") || fileNameLowerCase.endsWith(".txt")) {
|
||||
buttonsContainer.add(showFileButton, buttonBoxLayoutData);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -111,7 +111,6 @@ public class ComputationStatusPanel extends SimpleContainer {
|
|||
@Override
|
||||
public void onSelect(SelectEvent event) {
|
||||
showLinkToMonitorComputationDialog();
|
||||
|
||||
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue