fix missing a end tag
This commit is contained in:
parent
3137131a1a
commit
9db6c12eea
@ -25,7 +25,7 @@
|
|||||||
@click.prevent="activeTab = 'danger';
|
@click.prevent="activeTab = 'danger';
|
||||||
window.location.hash = 'danger'"
|
window.location.hash = 'danger'"
|
||||||
href="#">Danger Zone
|
href="#">Danger Zone
|
||||||
|
</a>
|
||||||
@if (
|
@if (
|
||||||
$serviceDatabase?->databaseType() === 'standalone-mysql' ||
|
$serviceDatabase?->databaseType() === 'standalone-mysql' ||
|
||||||
$serviceDatabase?->databaseType() === 'standalone-postgresql' ||
|
$serviceDatabase?->databaseType() === 'standalone-postgresql' ||
|
||||||
@ -78,5 +78,5 @@
|
|||||||
</div>
|
</div>
|
||||||
@endisset
|
@endisset
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user