aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/select_platform.html
diff options
context:
space:
mode:
Diffstat (limited to 'qc_app/templates/select_platform.html')
-rw-r--r--qc_app/templates/select_platform.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/qc_app/templates/select_platform.html b/qc_app/templates/select_platform.html
index dadf779..1d382e9 100644
--- a/qc_app/templates/select_platform.html
+++ b/qc_app/templates/select_platform.html
@@ -29,10 +29,8 @@
<thead>
<tr>
<th>Select</th>
+ <th>GeneChip ID</th>
<th>GeneChip Name</th>
- <th>Name</th>
- <th>GeoPlatform</th>
- <th>GO Tree Value</th>
</tr>
</thead>
@@ -43,10 +41,8 @@
<input type="radio" name="genechipid" value="{{chip['GeneChipId']}}"
required="required" />
</td>
+ <td>{{chip["GeneChipId"]}}</td>
<td>{{chip["GeneChipName"]}}</td>
- <td>{{chip["Name"]}}</td>
- <td>{{chip["GeoPlatform"]}}</td>
- <td>{{chip["GO_tree_value"]}}</td>
</tr>
{%else%}
<tr>