mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-06 11:10:15 +00:00
Add support rim link to frontend.
This commit is contained in:
parent
96200f57c2
commit
a881c64ce8
@ -26,6 +26,7 @@
|
|||||||
<th>PCR Index</th>
|
<th>PCR Index</th>
|
||||||
<th>Digest Value</th>
|
<th>Digest Value</th>
|
||||||
<th>Base RIM</th>
|
<th>Base RIM</th>
|
||||||
|
<th>Support RIM</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
@ -56,6 +57,13 @@
|
|||||||
render: function(data, type, full, meta) {
|
render: function(data, type, full, meta) {
|
||||||
return rimDetailsLink(full.baseRimId);
|
return rimDetailsLink(full.baseRimId);
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{data: 'supportRimId',
|
||||||
|
orderable: false,
|
||||||
|
searchable: false,
|
||||||
|
render: function(data, type, full, meta) {
|
||||||
|
return rimDetailsLink(full.supportRimId);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user