Modifiche per il documento NIS2 - Incident Response

Ultima modifica di Sistemi Simatica il 2025/12/12 09:37

Dalla versione 2.1
modificato da Sistemi Simatica
il 2025/12/11 22:34
Cambia il commento: Aggiorna LiveTable
Alla versione 1.2
modificato da Sistemi Simatica
il 2025/12/11 22:30
Cambia il commento: Updated application icon

Summary

Details

Page properties
Content
... ... @@ -1,16 +1,10 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
3 - 'cliente': {},
4 - 'Settore': {},
5 - 'Segmentazione': {},
6 - 'boolean1': {},
7 - 'Log': {},
8 - 'shortText1': {},
9 - 'Monitoraggio': {},
10 - 'Backup': {},
11 - 'boolean2': {},
12 - 'boolean3': {},
13 - 'longText1': {"filterable":false,"sortable":false,"html":true}
3 + 'doc.title': {"link":"view"},
4 + 'doc.location': {"html":true},
5 + 'doc.date': {},
6 + 'doc.author': {"link":"author"},
7 + '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
14 14  })
15 15  #set ($options = {
16 16   'className': 'NIS2 - Incident Response.Code.NIS2 - Incident ResponseClass',
... ... @@ -18,9 +18,9 @@
18 18   'tagCloud': true,
19 19   'rowCount': 15,
20 20   'maxPages': 10,
21 - 'selectedColumn': 'cliente',
15 + 'selectedColumn': 'doc.title',
22 22   'defaultOrder': 'asc'
23 23  })
24 -#set ($columns = ['cliente', 'Settore', 'Segmentazione', 'boolean1', 'Log', 'shortText1', 'Monitoraggio', 'Backup', 'boolean2', 'boolean3', 'longText1'])
18 +#set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions'])
25 25  #livetable('nis2 - incident response' $columns $columnsProperties $options)
26 26  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -cliente Settore Segmentazione boolean1 Log shortText1 Monitoraggio Backup boolean2 boolean3 longText1
1 +doc.title doc.location doc.date doc.author _actions