- added pec usage data;

- added stats for instructor manager dashboard;
- fixed dispalying 0 in tables in numeric inputs;
This commit is contained in:
Vitalii Kiiko
2025-02-26 09:27:33 +01:00
parent 923a1e389f
commit 6326735417
13 changed files with 283 additions and 46 deletions

View File

@@ -126,7 +126,7 @@ const DraftApplicationsTable = () => {
};
const actionsBodyTemplate = (rowData) => {
return <Link to={`/domande/${rowData.id}`}>
return <Link to={`/domande/${rowData.id}/preview`}>
<Button severity="info" label={__('Anteprima', 'gepafin')} icon="pi pi-eye" size="small"
iconPos="right"/>
</Link>