From fe99fd5658d30cd7560d78fb1dfd4c91c993551d Mon Sep 17 00:00:00 2001 From: hsoh Date: Mon, 24 Oct 2022 16:45:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=A6=84=20=ED=81=B4=EB=A6=AD?= =?UTF-8?q?=EC=8B=9C=20=EC=83=81=EC=84=B8=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/page/list-api-key.html | 6 ++++++ src/main/resources/templates/page/list-api.html | 6 ++++++ .../resources/templates/page/list-bytes-message-spec.html | 6 ++++++ src/main/resources/templates/page/list-script-info.html | 6 ++++++ 4 files changed, 24 insertions(+) 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 '';