is-monitor/is-monitor-frontend/src/app/resource-list/resource-list.component.html

26 lines
630 B
HTML

<table class="table table-striped table-bordered">
<thead>
<tr>
<th scope="col">Group</th>
<th scope="col">Name</th>
<th scope="col">Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>vre-management</td>
<td>smart-executor</td>
<td>2.0.0</td>
</tr>
<tr>
<td>information-system</td>
<td>resource-registry</td>
<td>2.1.0</td>
</tr>
<tr>
<td>data-publishing</td>
<td>gcat</td>
<td>2.3.0</td>
</tr>
</tbody>
</table>