Skip to content
Snippets Groups Projects
Commit c9f299a3 authored by HongKee Moon's avatar HongKee Moon
Browse files

Remove Exp ID

parent 9c13b887
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
<table class="csi table table-hover table-responsive">
<thead>
<tr class="active">
<th>Exp. ID</th>
<!-- <th>Exp. ID</th>-->
<th>Method</th>
<th>Phase Separated</th>
<th>Ph value</th>
......@@ -63,7 +63,7 @@
</thead>
<tbody>
<tr v-for="(item, index) in response.data.experiments" v-bind:key="index">
<td>{{item.exp_id}}</td>
<!-- <td>{{item.exp_id}}</td>-->
<td class="text-nowrap">{{item.detection_method}}</td>
<td>{{item.is_phase_separated}}</td>
<td>{{item.ph_value}}</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment