이름 클릭시 상세페이지 이동
This commit is contained in:
@@ -118,6 +118,12 @@
|
||||
{"data": "id", "searchable": false, "orderable": false}
|
||||
],
|
||||
"columnDefs": [
|
||||
{
|
||||
"render": function (data, type, row) {
|
||||
return '<a href="/manage/getApiKeyForm/' + row.id + '">' + data + '</a>';
|
||||
},
|
||||
"targets": 0
|
||||
},
|
||||
{
|
||||
"render": function (data, type, row) {
|
||||
return '<a href="/manage/getApiKeyForm/' + data + '" class="btn btn-primary"><i class="fas fa-edit"></i></a>';
|
||||
|
||||
@@ -124,6 +124,12 @@
|
||||
{"data": "id", "searchable": false, "orderable": false}
|
||||
],
|
||||
"columnDefs": [
|
||||
{
|
||||
"render": function (data, type, row) {
|
||||
return '<a href="/manage/getApiForm/' + row.id + '">' + data + '</a>';
|
||||
},
|
||||
"targets": 1
|
||||
},
|
||||
{
|
||||
"render": function (data, type, row) {
|
||||
return '<a href="/manage/getApiForm/' + data + '" class="btn btn-primary"><i class="fas fa-edit"></i></a>';
|
||||
|
||||
@@ -122,6 +122,12 @@
|
||||
{"data": "id", "searchable": false, "orderable": false}
|
||||
],
|
||||
"columnDefs": [
|
||||
{
|
||||
"render": function (data, type, row) {
|
||||
return '<a href="/manage/getBytesMessageSpecForm/' + row.id + '">' + data + '</a>';
|
||||
},
|
||||
"targets": 0
|
||||
},
|
||||
{
|
||||
"render": function (data, type, row) {
|
||||
return '<a href="/manage/getBytesMessageSpecForm/' + data + '" class="btn btn-primary"><i class="fas fa-edit"></i></a>';
|
||||
|
||||
@@ -116,6 +116,12 @@
|
||||
{"data": "id", "searchable": false, "orderable": false}
|
||||
],
|
||||
"columnDefs": [
|
||||
{
|
||||
"render": function (data, type, row) {
|
||||
return '<a href="/manage/getScriptInfoForm/' + row.id + '">' + data +'</a>';
|
||||
},
|
||||
"targets": 0
|
||||
},
|
||||
{
|
||||
"render": function (data, type, row) {
|
||||
return '<a href="/manage/getScriptInfoForm/' + data + '" class="btn btn-primary"><i class="fas fa-edit"></i></a>';
|
||||
|
||||
Reference in New Issue
Block a user