Fix DHCP tables button column

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2021-11-21 13:16:26 +01:00
parent 21cba361e0
commit cc58104538
+2 -2
View File
@@ -219,7 +219,7 @@ $(function () {
columnDefs: [
{ bSortable: false, orderable: false, targets: -1 },
{
targets: "_all",
targets: [0,1,2],
render: $.fn.dataTable.render.text(),
},
],
@@ -245,7 +245,7 @@ $(function () {
columnDefs: [
{ bSortable: false, orderable: false, targets: -1 },
{
targets: "_all",
targets: [0,1,2],
render: $.fn.dataTable.render.text(),
},
],