diff --git a/public/userarea/templates_dashboard.php b/public/userarea/templates_dashboard.php index d218955..635bafc 100644 --- a/public/userarea/templates_dashboard.php +++ b/public/userarea/templates_dashboard.php @@ -90,11 +90,11 @@ ID - Client Name + Button Label Status @@ -147,13 +147,7 @@ data: 'name', // Nome del template title: "Template Name" }, - { - data: 'updated_at', // Ultima modifica, formattata come data leggibile - title: "Last Modified", - render: function(data) { - return new Date(data).toLocaleDateString(); - } - }, + { data: 'header_row', // Riga degli header title: "Header Row" @@ -176,6 +170,11 @@ return `${clientName} (ID: ${clientId})`; } }, + { + data: 'button_label', // Nuova colonna per Button Label + title: "Button Label", + defaultContent: 'Click Me' + }, { data: 'status', // Stato con Toggle Switch title: "Status",