added new end of life
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
window.TT_CONFIG.CRUD_CONFIG.customRowClass = (row) => {
|
||||
if (row.isEndOfLife) return 'end-of-life';
|
||||
}
|
||||
|
||||
async function handleApiResponse(responsePromise) {
|
||||
const res = await responsePromise;
|
||||
if (!res.data.success) {
|
||||
|
||||
Reference in New Issue
Block a user