Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@94660 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e7f934f0f1
commit
a987cfd681
|
@ -108,11 +108,11 @@ public class ColumnConfigGenerator {
|
|||
|
||||
tooltipMessage
|
||||
.appendHtmlConstant("<p align='Left'><bold style='font-weight:bold;'>"
|
||||
+ columnDefinition.getLabel()+local
|
||||
+ columnDefinition.getLabel()
|
||||
+ "</bold><BR>"
|
||||
+ "<em style='text-decoration:underline;'>"
|
||||
+ columnDefinition.getColumnTypeName()
|
||||
+ "</em><BR>"
|
||||
+ "</em><bold>"+local+"</bold><BR>"
|
||||
+ "<em>"
|
||||
+ columnDefinition.getColumnDataType()
|
||||
+ "</em><BR>"
|
||||
|
|
Loading…
Reference in New Issue