Fix: Korrekte Route-Namen ui.security.ssl + ui.system.settings

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main v1.1.285
boban 2026-04-26 10:09:25 +02:00
parent f12c412bbe
commit 871d69cc2d
2 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@
@if(!$uiDomain || !$webmailDomain || !$mailDomain)
<div style="font-size:11.5px;color:var(--mw-t4);padding:4px 0">
Bitte erst alle Domains unter
<a href="{{ route('system.settings') }}" style="color:var(--mw-v)">Einstellungen</a>
<a href="{{ route('ui.system.settings') }}" style="color:var(--mw-v)">Einstellungen</a>
speichern.
</div>
@else

View File

@ -295,7 +295,7 @@
<span class="mbx-badge-mute">SSL-Zertifikate</span>
</div>
<div class="mbx-domain-actions">
<a href="{{ route('security.ssl') }}" class="mbx-act-btn" title="SSL-Verwaltung öffnen">
<a href="{{ route('ui.security.ssl') }}" class="mbx-act-btn" title="SSL-Verwaltung öffnen">
<svg width="12" height="12" viewBox="0 0 14 14" fill="none"><path d="M5.5 2H2a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/><path d="M9 1h4v4M13 1 7.5 6.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</a>
</div>
@ -331,7 +331,7 @@
@endif
</div>
@endforeach
<a href="{{ route('security.ssl') }}" style="display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--mw-v);padding:4px 2px;text-decoration:none">
<a href="{{ route('ui.security.ssl') }}" style="display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--mw-v);padding:4px 2px;text-decoration:none">
<svg width="11" height="11" viewBox="0 0 14 14" fill="none"><rect x="1.5" y="6" width="11" height="7.5" rx="1.5" stroke="currentColor" stroke-width="1.2"/><path d="M4.5 6V4.5a2.5 2.5 0 0 1 5 0V6" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/></svg>
Zertifikate einrichten / erneuern
</a>