add new class column
This commit is contained in:
@@ -48,7 +48,9 @@ const Samples = () => {
|
||||
<table id="samples-table">
|
||||
<tr>
|
||||
<th>Sample Name</th>
|
||||
<th>Class</th>
|
||||
<th>Pdr Class</th>
|
||||
<th>Dev Ratio Class</th>
|
||||
<th>Dev Ratio</th>
|
||||
<th>Device</th>
|
||||
<th>abs1</th>
|
||||
{/* <th>led2Average</th> */}
|
||||
@@ -61,6 +63,8 @@ const Samples = () => {
|
||||
<tr key={index} className='samples-table-tr'>
|
||||
<td>{sample.name || sample._id}</td>
|
||||
<td>{sample.prdClassification}</td>
|
||||
<td>{sample.deviceRatioClass}</td>
|
||||
<td>{sample.deviceRatio}</td>
|
||||
<td>{sample.deviceId}</td>
|
||||
<td>{sample?.abs1?.toFixed(4)}</td>
|
||||
{/* <td>{sample.led2Average || 'NA'}</td> */}
|
||||
|
||||
Reference in New Issue
Block a user