Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-resources-widget@101188 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b3b0bd083b
commit
7b943807a3
|
@ -191,7 +191,7 @@ public class ResourcesPanel extends FramedPanel {
|
|||
+ "</tr>"
|
||||
+ "<tr>"
|
||||
+ "<td style='font-size: 12px; padding: 2px 1px 1px 1px;'><b>Creator Id: </b></td>"
|
||||
+ "<td style='font-size: 12px; padding: 2px 1px 1px 1px;'>"+value.getCreatorId()+
|
||||
+ "<td style='font-size: 12px; padding: 2px 1px 1px 1px;'>"+new SafeHtmlBuilder().append(value.getCreatorId()).toSafeHtml().asString()+
|
||||
|
||||
"</td>"
|
||||
+ "</tr>"
|
||||
|
@ -231,8 +231,8 @@ public class ResourcesPanel extends FramedPanel {
|
|||
"<tr>"
|
||||
+ "<td style='font-size: 12px; padding: 2px 1px 1px 1px;'><b>Table Id: </b></td>"
|
||||
+ "<td style='font-size: 12px; padding: 2px 1px 1px 1px;'>"+
|
||||
tableResourceTD
|
||||
.getTableId()+
|
||||
new SafeHtmlBuilder().append(tableResourceTD
|
||||
.getTableId()).toSafeHtml().asString()+
|
||||
|
||||
"</td>" + "</tr>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue