Update instances.html
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
Infrastructure Tools
|
Infrastructure Tools
|
||||||
</h5>
|
</h5>
|
||||||
<div class="row g-3 infrastructure-tools">
|
<div class="row g-3 infrastructure-tools">
|
||||||
<div class="col-md-3">
|
<div class="col-md-2">
|
||||||
<a href="{{ portainer_settings.url if portainer_settings and portainer_settings.url else '#' }}"
|
<a href="{{ portainer_settings.url if portainer_settings and portainer_settings.url else '#' }}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="btn btn-outline-primary w-100 h-100 d-flex flex-column align-items-center justify-content-center p-3"
|
class="btn btn-outline-primary w-100 h-100 d-flex flex-column align-items-center justify-content-center p-3"
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
<small class="text-muted">Container Management</small>
|
<small class="text-muted">Container Management</small>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-2">
|
||||||
<a href="{{ nginx_settings.url if nginx_settings and nginx_settings.url else '#' }}"
|
<a href="{{ nginx_settings.url if nginx_settings and nginx_settings.url else '#' }}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="btn btn-outline-success w-100 h-100 d-flex flex-column align-items-center justify-content-center p-3"
|
class="btn btn-outline-success w-100 h-100 d-flex flex-column align-items-center justify-content-center p-3"
|
||||||
@@ -101,7 +101,7 @@
|
|||||||
<small class="text-muted">Reverse Proxy & SSL</small>
|
<small class="text-muted">Reverse Proxy & SSL</small>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-2">
|
||||||
<a href="{{ git_settings.url if git_settings and git_settings.url else '#' }}"
|
<a href="{{ git_settings.url if git_settings and git_settings.url else '#' }}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="btn btn-outline-info w-100 h-100 d-flex flex-column align-items-center justify-content-center p-3"
|
class="btn btn-outline-info w-100 h-100 d-flex flex-column align-items-center justify-content-center p-3"
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
<small class="text-muted">Code Repository</small>
|
<small class="text-muted">Code Repository</small>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-2">
|
||||||
<a href="https://dash.cloudflare.com"
|
<a href="https://dash.cloudflare.com"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="btn btn-outline-warning w-100 h-100 d-flex flex-column align-items-center justify-content-center p-3"
|
class="btn btn-outline-warning w-100 h-100 d-flex flex-column align-items-center justify-content-center p-3"
|
||||||
@@ -122,6 +122,16 @@
|
|||||||
<small class="text-muted">DNS & CDN</small>
|
<small class="text-muted">DNS & CDN</small>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-2">
|
||||||
|
<a href="https://dashboard.stripe.com"
|
||||||
|
target="_blank"
|
||||||
|
class="btn btn-outline-purple w-100 h-100 d-flex flex-column align-items-center justify-content-center p-3"
|
||||||
|
aria-label="Open Stripe Dashboard">
|
||||||
|
<i class="fab fa-stripe fa-2x mb-2"></i>
|
||||||
|
<span class="fw-bold">Stripe</span>
|
||||||
|
<small class="text-muted">Payment & Billing</small>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if not portainer_settings or not portainer_settings.url or not nginx_settings or not nginx_settings.url or not git_settings or not git_settings.url %}
|
{% if not portainer_settings or not portainer_settings.url or not nginx_settings or not nginx_settings.url or not git_settings or not git_settings.url %}
|
||||||
<div class="mt-3">
|
<div class="mt-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user