Commit 0524dda9 by Damien Moulard

ALC: slight fix on columns size

parent 1bc514ce
Pipeline #2278 passed with stage
in 1 minute 26 seconds
...@@ -1585,7 +1585,7 @@ function prepare_datatable_columns() { ...@@ -1585,7 +1585,7 @@ function prepare_datatable_columns() {
{ {
data: "default_code", data: "default_code",
title: "Ref", title: "Ref",
width: "8%", width: "5%",
render: function (data, type, full) { render: function (data, type, full) {
if (data === false) { if (data === false) {
return ""; return "";
...@@ -1624,7 +1624,7 @@ function prepare_datatable_columns() { ...@@ -1624,7 +1624,7 @@ function prepare_datatable_columns() {
return '<div class="help" title="' + full.stats+ '">' + data + '</div>'; return '<div class="help" title="' + full.stats+ '">' + data + '</div>';
}, },
className: "dt-body-center", className: "dt-body-center",
width: "6%" width: "4%"
} }
]; ];
...@@ -1703,7 +1703,7 @@ function prepare_datatable_columns() { ...@@ -1703,7 +1703,7 @@ function prepare_datatable_columns() {
width: "4%" width: "4%"
}); });
// Not in use for now // Not used for now
// columns.push({ // columns.push({
// data: "qty_not_covered", // data: "qty_not_covered",
// title: "Besoin non couvert (qté)", // title: "Besoin non couvert (qté)",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment