mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-30 16:13:55 +00:00
Add link to Base RIM
This commit is contained in:
parent
470e6eccdf
commit
7bb13c08c9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user