Refactor database configuration layout

This commit is contained in:
Andras Bacsai 2024-01-10 14:34:04 +01:00
parent 0e5f733657
commit e324866a27

View File

@ -1,4 +1,4 @@
<div>
<x-layout>
<h1>Configuration</h1>
<livewire:project.database.heading :database="$database" />
<x-modal modalId="startDatabase">
@ -41,7 +41,8 @@
</a>
<a :class="activeTab === 'import' && 'text-white'"
@click.prevent="activeTab = 'import';
window.location.hash = 'import'" href="#">Import
window.location.hash = 'import'"
href="#">Import
</a>
<a :class="activeTab === 'danger' && 'text-white'"
@click.prevent="activeTab = 'danger';
@ -86,4 +87,4 @@
</div>
</div>
</div>
</div>
</x-layout>