Modifiche per il documento NIS2 - Incident Response

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

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

Summary

Details

Page properties
Content
... ... @@ -1,10 +1,16 @@
1 1  {{velocity}}
2 2  #set ($columnsProperties = {
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"]}
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}
8 8  })
9 9  #set ($options = {
10 10   'className': 'NIS2 - Incident Response.Code.NIS2 - Incident ResponseClass',
... ... @@ -12,9 +12,9 @@
12 12   'tagCloud': true,
13 13   'rowCount': 15,
14 14   'maxPages': 10,
15 - 'selectedColumn': 'doc.title',
21 + 'selectedColumn': 'cliente',
16 16   'defaultOrder': 'asc'
17 17  })
18 -#set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions'])
24 +#set ($columns = ['cliente', 'Settore', 'Segmentazione', 'boolean1', 'Log', 'shortText1', 'Monitoraggio', 'Backup', 'boolean2', 'boolean3', 'longText1'])
19 19  #livetable('nis2 - incident response' $columns $columnsProperties $options)
20 20  {{/velocity}}
AppWithinMinutes.LiveTableClass[0]
Live Table Columns
... ... @@ -1,1 +1,1 @@
1 -doc.title doc.location doc.date doc.author _actions
1 +cliente Settore Segmentazione boolean1 Log shortText1 Monitoraggio Backup boolean2 boolean3 longText1