transmit info
This commit is contained in:
@@ -142,6 +142,21 @@
|
||||
<div class="company-value" id="instance-payment-plan-value">Loading...</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<div class="d-flex">
|
||||
<div class="text-muted me-2" style="min-width: 120px;">Portainer Stack:</div>
|
||||
<div class="company-value">
|
||||
{% if instance.portainer_stack_name %}
|
||||
<span class="badge bg-primary">{{ instance.portainer_stack_name }}</span>
|
||||
{% if instance.portainer_stack_id %}
|
||||
<small class="text-muted d-block mt-1">ID: {{ instance.portainer_stack_id }}</small>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<span class="text-muted">Not set</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h5 class="mb-3">Contact Information</h5>
|
||||
|
||||
@@ -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