File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ <h1 class="navbar-brand pb-0">
55
55
{# Release info #}
56
56
< div class ="text-muted text-center fs-5 my-3 ">
57
57
{{ settings.RELEASE.name }}
58
- {% if not settings.RELEASE.features.commercial %}
58
+ {% if not settings.RELEASE.features.commercial and not settings.ISOLATED_DEPLOYMENT %}
59
59
< div >
60
60
< a href ="https://netboxlabs.com/netbox-cloud/ " class ="text-muted "> {% trans "Get" %} Cloud</ a > |
61
61
< a href ="https://netboxlabs.com/netbox-enterprise/ " class ="text-muted "> {% trans "Get" %} Enterprise</ a >
@@ -184,7 +184,7 @@ <h1 class="navbar-brand pb-0">
184
184
{% endif %}
185
185
186
186
{# Commercial links #}
187
- {% if settings.RELEASE.features.commercial %}
187
+ {% if settings.RELEASE.features.commercial and not settings.ISOLATED_DEPLOYMENT %}
188
188
{# LinkedIn #}
189
189
< li class ="list-inline-item ">
190
190
< a href ="https://www.linkedin.com/company/netboxlabs/ " target ="_blank " class ="link-secondary " rel ="noopener " aria-label ="LinkedIn ">
@@ -199,7 +199,7 @@ <h1 class="navbar-brand pb-0">
199
199
</ li >
200
200
201
201
{# Community links #}
202
- {% else %}
202
+ {% elif not settings.ISOLATED_DEPLOYMENT %}
203
203
{# GitHub #}
204
204
< li class ="list-inline-item ">
205
205
< a href ="https://github.com/netbox-community/netbox " target ="_blank " class ="link-secondary " rel ="noopener " aria-label ="{% trans "Source Code " %}">
You can’t perform that action at this time.
0 commit comments