Refactor database configuration layout
This commit is contained in:
parent
0e5f733657
commit
e324866a27
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user