X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=instancehandler%2Ftemplate%2Finstance_list.html;h=97eac57f9f5ce8a864d14f873808d1f776618d43;hb=e6eb7437628e932ef823800b5a8380790a6b22d7;hp=de47e628d29af0225fc50126869f630738807056;hpb=cb541fcbce8951ac488037253c80a10fd432d60b;p=osm%2FLW-UI.git diff --git a/instancehandler/template/instance_list.html b/instancehandler/template/instance_list.html index de47e62..97eac57 100644 --- a/instancehandler/template/instance_list.html +++ b/instancehandler/template/instance_list.html @@ -131,41 +131,54 @@ }, "targets": 5 },{ - // "width": "10%", + "width": "20%", "render": function (data, type, row) { - return '
\n' + - ' \n' + - ' \n' + - ' \n' + - ' \n' + + var template = '
' + + ' '; + }else{ + template += ' '; + } + template += ' ' + + ' ' + + ' ' + '
'; + return template; }, "targets": 5 }, @@ -203,12 +216,12 @@ }, { "render": function (data, type, row) { - return '
\n' + - ' \n' + + return '
' + + ' ' + '
'; }, "targets": 5