mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
added the table for the the results of code
refinement
This commit is contained in:
@ -56,8 +56,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="results-container">
|
||||
<h3>Results<button id="download-results">Download</button></h3>
|
||||
<div id="comment" class="results-container">
|
||||
<h3>Results Comment Generation<button class="download-results">Download</button></h3>
|
||||
<table class="sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -71,6 +71,21 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="refinement" class="results-container">
|
||||
<h3>Results Code Refinement<button class="download-results">Download</button></h3>
|
||||
<table class="sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>id</th>
|
||||
<th>Compiled</th>
|
||||
<th>Tested</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user