ohif-viewer/LesionTracker/client/components/lesionMeasurementContainer/lesionMeasurementContainer.html
2015-10-20 16:23:32 +02:00

15 lines
476 B
HTML

<template name="lesionMeasurementContainer">
<div class="lesionMeasurementContainer">
<table class="lesionTable" id="tblLesion">
<thead>
<tr class="headRow">
<th>#</th>
<th>Location</th>
<th>LD</th>
<th style="text-align: center;"><i class="fa fa-times fa-lg"></i></th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</template>