diff --git a/templates/battery/list.html.twig b/templates/battery/list.html.twig index a81f1e5d..3f52d6f9 100644 --- a/templates/battery/list.html.twig +++ b/templates/battery/list.html.twig @@ -117,33 +117,12 @@ field: 'sell_price', title: 'SRP' }, - { - field: 'res_capacity', - title: 'Res. Capacity' - }, - { - field: 'length', - title: 'Length' - }, - { - field: 'width', - title: 'Width' - }, - { - field: 'height', - title: 'Height' - }, - { - field: 'total_height', - title: 'Total Height' - }, { field: 'Actions', width: 110, title: 'Actions', sortable: false, overflow: 'visible', - locked: {right: 'xl'}, template: function (row, index, datatable) { var actions = '';