mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-06-14 16:19:59 +00:00
Hapi Config Page. retrieve bundles from server split bundles to resources. new upload page, and Package Registry CACHE
16 lines
377 B
HTML
16 lines
377 B
HTML
<table class="table table-striped">
|
|
<thead>
|
|
<tr>
|
|
<th>Package</th>
|
|
<th>Dependency</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{% for problem in problems %}
|
|
<tr>
|
|
<td>{{ problem.package }}</td>
|
|
<td class="text-danger">{{ problem.dependency }}</td>
|
|
</tr>
|
|
{% endfor %}
|
|
</tbody>
|
|
</table> |