ref 11711: SAI - Add a simple text viewer so that log files created by Data Miner algorithms can be directly viewed in the browser

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

Added service info[ticket #12594]
Added support to show log information [ticket #11711]
Added support to show files html, json, pdf, txt [ticket #17106]
Updated information show to the user when a computation is submitted [ticket #17030]

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/data-miner-manager@181888 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2019-10-01 13:28:24 +00:00
parent fe6b6fd1d4
commit f1eec910de
1 changed files with 0 additions and 15 deletions

View File

@ -38,24 +38,9 @@ public class ShowFileDialog extends Dialog {
setMaximizable(true);
setPredefinedButtons(PredefinedButton.CLOSE);
setButtonAlign(BoxLayoutPack.CENTER);
getButtonBar();
}
private void create() {
/*
* VerticalLayoutContainer vc = new VerticalLayoutContainer();
*
* HtmlLayoutContainer propertyHtmlContainer = new HtmlLayoutContainer(
* "<div><p><object type='text/html' width='640' height='480' data='" +
* url + "'></object></p></div>");
*
* vc.add(propertyHtmlContainer, new VerticalLayoutData(-1, -1, new
* Margins(0)));
*
* add(vc);
*/
VerticalLayoutContainer vc = new VerticalLayoutContainer();
vc.addResizeHandler(new ResizeHandler() {