diff --git a/apps/assets/templates/assets/domain_gateway_list.html b/apps/assets/templates/assets/domain_gateway_list.html index 3dc82652f3cb0af1b00726b5548cee7abb8285a3..581f6c08ae679623b9ae602e47d8e7de8a9a6455 100644 --- a/apps/assets/templates/assets/domain_gateway_list.html +++ b/apps/assets/templates/assets/domain_gateway_list.html @@ -81,11 +81,6 @@ function initTable() { var options = { ele: $('#domain_list_table'), columnDefs: [ - {targets: 1, createdCell: function (td, cellData, rowData) { - var detail_btn = '' + cellData + ''; - $(td).html(detail_btn.replace('{{ DEFAULT_PK }}', rowData.id)); - }}, - {targets: 7, createdCell: function (td, cellData, rowData) { var update_btn = '{% trans "Update" %}'.replace('{{ DEFAULT_PK }}', cellData); var del_btn = '{% trans "Delete" %}'.replace('{{ DEFAULT_PK }}', cellData);