Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@94709 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-10 13:30:19 +00:00 committed by Giancarlo Panichi
parent 169b7745b6
commit 3b4a36dc2e
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ public class ValidationsTablePanel extends FramedPanel {
grid.setColumnReordering(true);
grid.setColumnResize(true);
grid.getView().setAutoExpandColumn(descriptionCol);
grid.getView().setEmptyText("No validations");
grid.getView().setEmptyText("No validation");
// FieldLabel validationsLabel = new FieldLabel(null, "Validations");
// validationsLabel.getElement().applyStyles("font-weight:bold");