mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-30 12:34:38 +00:00
fixes
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
@click.prevent="activeTab = 'general'; window.location.hash = 'general'" href="#">General</a>
|
||||
<a :class="activeTab === 'storages' && 'text-white'"
|
||||
@click.prevent="activeTab = 'storages'; window.location.hash = 'storages'" href="#">Storages
|
||||
@if ($serviceApplication?->configurationRequired() || $serviceDatabase?->configurationRequired())
|
||||
<span class="text-red-500">(?)</span>
|
||||
@endif
|
||||
</a>
|
||||
</div>
|
||||
<div class="w-full pl-8">
|
||||
|
||||
Reference in New Issue
Block a user