Refactor database configuration layout
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<div>
|
<x-layout>
|
||||||
<h1>Configuration</h1>
|
<h1>Configuration</h1>
|
||||||
<livewire:project.database.heading :database="$database" />
|
<livewire:project.database.heading :database="$database" />
|
||||||
<x-modal modalId="startDatabase">
|
<x-modal modalId="startDatabase">
|
||||||
@@ -41,7 +41,8 @@
|
|||||||
</a>
|
</a>
|
||||||
<a :class="activeTab === 'import' && 'text-white'"
|
<a :class="activeTab === 'import' && 'text-white'"
|
||||||
@click.prevent="activeTab = 'import';
|
@click.prevent="activeTab = 'import';
|
||||||
window.location.hash = 'import'" href="#">Import
|
window.location.hash = 'import'"
|
||||||
|
href="#">Import
|
||||||
</a>
|
</a>
|
||||||
<a :class="activeTab === 'danger' && 'text-white'"
|
<a :class="activeTab === 'danger' && 'text-white'"
|
||||||
@click.prevent="activeTab = 'danger';
|
@click.prevent="activeTab = 'danger';
|
||||||
@@ -86,4 +87,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</x-layout>
|
||||||
|
|||||||
Reference in New Issue
Block a user