Skip to content

Commit e225050

Browse files
https:// <- hardcode for external CF access
1 parent 2f2673a commit e225050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockflare/app/templates/status_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h2 class="card-title text-2xl sm:text-3xl border-b border-base-300 pb-3 mb-6">
228228
<td class="p-3 whitespace-nowrap">
229229
{% set display_hostname = details.hostname_for_dns if details.hostname_for_dns else hostname.split('|')[0] %}
230230
{% set display_path = details.path if details.path else (hostname.split('|')[1] if '|' in hostname else None) %}
231-
<a href="{{ protocol }}://{{ display_hostname }}{% if display_path %}{{ display_path }}{% endif %}" target="_blank" rel="noopener noreferrer" title="Open {{ protocol }}://{{ display_hostname }}{% if display_path %}{{ display_path }}{% endif %}" class="link link-hover link-primary text-sm">
231+
<a href="https://{{ display_hostname }}{% if display_path %}{{ display_path }}{% endif %}" target="_blank" rel="noopener noreferrer" title="Open {{ protocol }}://{{ display_hostname }}{% if display_path %}{{ display_path }}{% endif %}" class="link link-hover link-primary text-sm">
232232
{{ display_hostname }}
233233
</a>
234234
{% if display_hostname and display_hostname.startswith('*.') %}

0 commit comments

Comments
 (0)