Refactor database configuration layout
This commit is contained in:
parent
0e5f733657
commit
e324866a27
1 changed files with 4 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue