Files
awx/awx/ui/client/lib/components/table/table.partial.html
2017-06-26 10:53:57 -04:00

28 lines
591 B
HTML

<table class="table table-hover table-striped at-Table">
<tr>
<th></th>
<th>Name</th>
<th>Kind</th>
</tr>
<tr>
<td><input type="radio" /></td>
<td>Cell One</td>
<td>Cell Two</td>
</tr>
<tr>
<td><input type="radio" /></td>
<td>Cell One</td>
<td>Cell Two</td>
</tr>
<tr>
<td><input type="radio" /></td>
<td>Cell One</td>
<td>Cell Two</td>
</tr>
<tr>
<td><input type="radio" /></td>
<td>Cell One</td>
<td>Cell Two</td>
</tr>
</table>