Remove extra columns from battery list

This commit is contained in:
Ramon Gutierrez 2018-01-17 20:58:24 +08:00
parent 15826336f5
commit ba40ca2d5b

View file

@ -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 = '';