@@ -693,10 +693,8 @@
html += '<span style="float:right"></span>';
}else {
console.log(status);
- html += '<span class="tablesaw-cell-content d-flex align-items-center">';
html += '<i class="ico--ui check absent me-2"></i>';
html += 'Non consegnato';
- html += '</span>';
}
html += '</span>';
return html;