diff --git a/src/main/resources/templates/page/list-api-key.html b/src/main/resources/templates/page/list-api-key.html index cfd7078..ef117db 100644 --- a/src/main/resources/templates/page/list-api-key.html +++ b/src/main/resources/templates/page/list-api-key.html @@ -118,6 +118,12 @@ {"data": "id", "searchable": false, "orderable": false} ], "columnDefs": [ + { + "render": function (data, type, row) { + return '' + data + ''; + }, + "targets": 0 + }, { "render": function (data, type, row) { return ''; diff --git a/src/main/resources/templates/page/list-api.html b/src/main/resources/templates/page/list-api.html index 85f454b..b91765f 100644 --- a/src/main/resources/templates/page/list-api.html +++ b/src/main/resources/templates/page/list-api.html @@ -124,6 +124,12 @@ {"data": "id", "searchable": false, "orderable": false} ], "columnDefs": [ + { + "render": function (data, type, row) { + return '' + data + ''; + }, + "targets": 1 + }, { "render": function (data, type, row) { return ''; diff --git a/src/main/resources/templates/page/list-bytes-message-spec.html b/src/main/resources/templates/page/list-bytes-message-spec.html index fbd9f15..493abea 100644 --- a/src/main/resources/templates/page/list-bytes-message-spec.html +++ b/src/main/resources/templates/page/list-bytes-message-spec.html @@ -122,6 +122,12 @@ {"data": "id", "searchable": false, "orderable": false} ], "columnDefs": [ + { + "render": function (data, type, row) { + return '' + data + ''; + }, + "targets": 0 + }, { "render": function (data, type, row) { return ''; diff --git a/src/main/resources/templates/page/list-script-info.html b/src/main/resources/templates/page/list-script-info.html index 60f15d8..a4f5703 100644 --- a/src/main/resources/templates/page/list-script-info.html +++ b/src/main/resources/templates/page/list-script-info.html @@ -116,6 +116,12 @@ {"data": "id", "searchable": false, "orderable": false} ], "columnDefs": [ + { + "render": function (data, type, row) { + return '' + data +''; + }, + "targets": 0 + }, { "render": function (data, type, row) { return '';