- Timestamp:
- 04/10/13 13:29:24 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Job/Index.cshtml
r9335 r9350 59 59 60 60 <script type="text/template" id="runTemplate"> 61 <h3><%= name %></h3> 62 <div> 61 <div class="accordion"> 62 <h3>Results</h3> 63 <div> 63 64 <table> 64 <thead>65 <thead> 65 66 <tr> 66 <td>Key</td>67 <td>Value</td>67 <td>Key</td> 68 <td>Value</td> 68 69 </tr> 69 </thead>70 <tbody>71 </tbody>70 </thead> 71 <tbody class="results"> 72 </tbody> 72 73 </table> 73 </div> 74 </div> 75 <h3>Inputs</h3> 76 <div> 77 <table> 78 <thead> 79 <tr> 80 <td>Key</td> 81 <td>Value</td> 82 </tr> 83 </thead> 84 <tbody class="inputs"> 85 </tbody> 86 </table> 87 </div> 88 </div> 74 89 </script> 75 90
Note: See TracChangeset
for help on using the changeset viewer.