push latest changes
This commit is contained in:
parent
7523a19d1f
commit
cb2b5c2c2b
63 changed files with 3158 additions and 1552 deletions
|
@ -30,7 +30,7 @@
|
|||
<h1>
|
||||
<a href="{{config.APP_CONFIG.portainer_url}}">Portainer</a>
|
||||
</h1>
|
||||
<table class="table table-sm">
|
||||
<table class="table table-sm table-bordered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Name</th>
|
||||
|
@ -42,7 +42,7 @@
|
|||
{% set label = container.Labels["com.docker.compose.service"] %}
|
||||
<tr>
|
||||
<td>
|
||||
<a href="{{url_for('containers',container_id=container.Id)}}">
|
||||
<a href="{{url_for('containers.details',container_id=container.Id)}}">
|
||||
{{container.Labels["com.docker.compose.project"]}}/{{container.Labels["com.docker.compose.service"]}}
|
||||
</a>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue