exception handling

pull/25/head
Vladimir Mandic 2023-06-21 15:23:25 -04:00
parent 47df4cccb8
commit 14d5b61ae7
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
{ name: 'Optimizations', formatter: (cell) => html(cell.replace(/ /g, '<br>').toLowerCase()) },
{ name: 'Model', width: '260px', formatter: (cell) => html(`<span style="color: bisque">${cell.split(/\/|\\/).pop().replace(/\[/g, '<br>[')}</span>`) },
{ name: 'Username' },
{ name: 'Note', formatter: (cell) => html(`<span style="font-size: 0.9rem">${attrs(cell.replace('device:', ''))}</span>`) },
{ name: 'Note', formatter: (cell) => html(`<span style="font-size: 0.9rem">${attrs(cell?.replace('device:', '') || '')}</span>`) },
],
// pagination: true,
search: true,