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>Event Type</th>
<th>PCR Index</th> <th>PCR Index</th>
<th>Digest Value</th> <th>Digest Value</th>
<th>Base RIM</th>
</tr> </tr>
</thead> </thead>
</table> </table>
@ -48,7 +49,14 @@
searchable:false}, searchable:false},
{data: 'digestValue', {data: 'digestValue',
orderable: false, 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 //Set data tables