diff --git a/src/main/java/org/gcube/portlets/widgets/wsthreddssync/client/view/binder/MonitorFolderSyncStatusView.java b/src/main/java/org/gcube/portlets/widgets/wsthreddssync/client/view/binder/MonitorFolderSyncStatusView.java index 989de5f..a1e7808 100644 --- a/src/main/java/org/gcube/portlets/widgets/wsthreddssync/client/view/binder/MonitorFolderSyncStatusView.java +++ b/src/main/java/org/gcube/portlets/widgets/wsthreddssync/client/view/binder/MonitorFolderSyncStatusView.java @@ -8,6 +8,7 @@ import org.gcube.portlets.widgets.wsthreddssync.client.view.LoaderIcon; import org.gcube.portlets.widgets.wsthreddssync.shared.WsFolder; import com.github.gwtbootstrap.client.ui.Alert; +import com.github.gwtbootstrap.client.ui.Form; import com.github.gwtbootstrap.client.ui.Pager; import com.github.gwtbootstrap.client.ui.ProgressBar; import com.github.gwtbootstrap.client.ui.TextArea; @@ -87,6 +88,9 @@ public abstract class MonitorFolderSyncStatusView extends Composite { @UiField HTMLPanel field_loader; + @UiField + Form field_form; + private WsFolder folder; @@ -149,6 +153,8 @@ public abstract class MonitorFolderSyncStatusView extends Composite { field_current_message.addStyleName("textAreaWidth"); field_history_messages.addStyleName("textAreaWidth"); + + field_form.addStyleName("myFormWidth"); } diff --git a/src/main/java/org/gcube/portlets/widgets/wsthreddssync/client/view/binder/MonitorFolderSyncStatusView.ui.xml b/src/main/java/org/gcube/portlets/widgets/wsthreddssync/client/view/binder/MonitorFolderSyncStatusView.ui.xml index 392b5eb..b8aeef1 100644 --- a/src/main/java/org/gcube/portlets/widgets/wsthreddssync/client/view/binder/MonitorFolderSyncStatusView.ui.xml +++ b/src/main/java/org/gcube/portlets/widgets/wsthreddssync/client/view/binder/MonitorFolderSyncStatusView.ui.xml @@ -50,7 +50,7 @@ - +