Skip to content
Snippets Groups Projects
Commit d7162213 authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Test fix SQ issue table

parent ac7db4dc
No related branches found
No related tags found
2 merge requests!29Develop,!19Test fix SQ issue table
......@@ -136,20 +136,20 @@
<th id="attribute">attribute</th>
</tr>
<tr>
<td headers="id 1">1</td>
<td headers="attribute obs_id">obs_id</td>
<td headers="id">1</td>
<td headers="attribute">obs_id</td>
</tr>
<tr>
<td headers="id 2">2</td>
<td headers="attribute ra">ra</td>
<td headers="id">2</td>
<td headers="attribute">ra</td>
</tr>
<tr>
<td headers="id 3">3</td>
<td headers="attribute dec">dec</td>
<td headers="id">3</td>
<td headers="attribute">dec</td>
</tr>
<tr>
<td headers="id 4">4</td>
<td headers="attribute instrument">instrument</td>
<td headers="id">4</td>
<td headers="attribute">instrument</td>
</tr>
</table>
......
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