15 lines
553 B
PHP
15 lines
553 B
PHP
{{--
|
|
R24: die Webhook-Liste kann lang werden, also gehört sie in einen Rumpf,
|
|
der scrollt, während Kopf und Fuss stehen bleiben. Deshalb <x-ui.modal>
|
|
und nicht der einfache Kasten der Rückfrage-Modals.
|
|
--}}
|
|
<x-ui.modal :title="__('secrets.check_title')" :subtitle="$label">
|
|
<x-admin.check-result :check="$result" :key="$entryKey" />
|
|
|
|
<x-slot:footer>
|
|
<x-ui.button variant="primary" x-on:click="Livewire.dispatch('closeModal')">
|
|
{{ __('common.close') }}
|
|
</x-ui.button>
|
|
</x-slot:footer>
|
|
</x-ui.modal>
|