- added 'bandi disponibili' page;
- improved some styles and displaying data in tables;
This commit is contained in:
@@ -21,7 +21,7 @@ const AppSidebar = () => {
|
||||
enable: true
|
||||
},
|
||||
{
|
||||
label: __('Gestione Bandi', 'gepafin'),
|
||||
label: __('Gestione bandi', 'gepafin'),
|
||||
icon: 'pi pi-file',
|
||||
href: '/bandi',
|
||||
id: 2,
|
||||
@@ -34,6 +34,13 @@ const AppSidebar = () => {
|
||||
id: 11,
|
||||
enable: intersection(permissions, ['APPLY_CALLS']).length
|
||||
},
|
||||
{
|
||||
label: __('Bandi disponibili', 'gepafin'),
|
||||
icon: 'pi pi-bookmark',
|
||||
href: '/bandi',
|
||||
id: 12,
|
||||
enable: intersection(permissions, ['VIEW_CALLS']).length
|
||||
},
|
||||
{
|
||||
label: __('Gestione Utenti', 'gepafin'),
|
||||
icon: 'pi pi-users',
|
||||
|
||||
Reference in New Issue
Block a user