transmit info
This commit is contained in:
@@ -179,6 +179,7 @@
|
||||
<th>Main URL</th>
|
||||
<th>Status</th>
|
||||
<th>Version</th>
|
||||
<th>Portainer Stack</th>
|
||||
<th>Connection Token</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
@@ -220,6 +221,16 @@
|
||||
<span class="badge bg-secondary version-badge">unknown</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{% if instance.portainer_stack_name %}
|
||||
<span class="badge bg-primary" data-bs-toggle="tooltip"
|
||||
title="Stack ID: {{ instance.portainer_stack_id or 'N/A' }}">
|
||||
{{ instance.portainer_stack_name }}
|
||||
</span>
|
||||
{% else %}
|
||||
<span class="badge bg-secondary">Not set</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{% if instance.connection_token %}
|
||||
<span class="badge bg-success" data-bs-toggle="tooltip" title="Instance is authenticated">
|
||||
|
||||
Reference in New Issue
Block a user