Move Team, Security, and Webhooks under Meet Settings.
Deploy Ladill Meet / deploy (push) Successful in 50s
Deploy Ladill Meet / deploy (push) Successful in 50s
Drop them from the admin sidebar, surface Team on the settings page, remove the unused branches message, and add Settings back-links on those screens.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<x-app-layout title="Security settings">
|
||||
<x-settings.page title="Meeting security" description="Organization-wide defaults for {{ $organization->name }}.">
|
||||
<div class="mb-4 text-sm text-slate-500">
|
||||
<a href="{{ route('meet.settings') }}" class="font-medium text-indigo-600 hover:text-indigo-800">← Settings</a>
|
||||
</div>
|
||||
<form method="POST" action="{{ route('meet.settings.security.update') }}">
|
||||
@csrf @method('PUT')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user