Codice sorgente Wiki di NIS2 - Incident Response
Ultima modifica di Sistemi Simatica il 2025/12/12 09:37
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 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} | ||
| 14 | }) | ||
| 15 | #set ($options = { | ||
| 16 | 'className': 'NIS2 - Incident Response.Code.NIS2 - Incident ResponseClass', | ||
| 17 | 'translationPrefix': 'nis2 - incident response.livetable.', | ||
| 18 | 'tagCloud': true, | ||
| 19 | 'rowCount': 15, | ||
| 20 | 'maxPages': 10, | ||
| 21 | 'selectedColumn': 'cliente', | ||
| 22 | 'defaultOrder': 'asc' | ||
| 23 | }) | ||
| 24 | #set ($columns = ['cliente', 'Settore', 'Segmentazione', 'boolean1', 'Log', 'shortText1', 'Monitoraggio', 'Backup', 'boolean2', 'boolean3', 'longText1']) | ||
| 25 | #livetable('nis2 - incident response' $columns $columnsProperties $options) | ||
| 26 | {{/velocity}} |