Add link to Base RIM

This commit is contained in:
chubtub 2022-01-26 17:41:58 -05:00
parent 470e6eccdf
commit 7bb13c08c9

View File

@ -25,6 +25,7 @@
<th>Event Type</th>
<th>PCR Index</th>
<th>Digest Value</th>
<th>Base RIM</th>
</tr>
</thead>
</table>
@ -48,7 +49,14 @@
searchable:false},
{data: 'digestValue',
orderable: false,
searchable:false}
searchable:false},
{data: 'baseRimId',
orderable: false,
searchable: false,
render: function(data, type, full, meta) {
return rimDetailsLink(full.baseRimId);
}
}
];
//Set data tables