From ba40ca2d5b5b480f45a8ed201ef23d304be0e6c7 Mon Sep 17 00:00:00 2001 From: Ramon Gutierrez Date: Wed, 17 Jan 2018 20:58:24 +0800 Subject: [PATCH] Remove extra columns from battery list --- templates/battery/list.html.twig | 21 --------------------- 1 file changed, 21 deletions(-) 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 = '';