fix ui
This commit is contained in:
@@ -7,6 +7,14 @@
|
|||||||
@click.prevent="activeTab = 'service-stack';
|
@click.prevent="activeTab = 'service-stack';
|
||||||
window.location.hash = 'service-stack'"
|
window.location.hash = 'service-stack'"
|
||||||
href="#">Service Stack</a>
|
href="#">Service Stack</a>
|
||||||
|
<a :class="activeTab === 'environment-variables' && 'text-white'"
|
||||||
|
@click.prevent="activeTab = 'environment-variables'; window.location.hash = 'environment-variables'"
|
||||||
|
href="#">Environment
|
||||||
|
Variables</a>
|
||||||
|
<a :class="activeTab === 'storages' && 'text-white'"
|
||||||
|
@click.prevent="activeTab = 'storages';
|
||||||
|
window.location.hash = 'storages'"
|
||||||
|
href="#">Storages</a>
|
||||||
<a :class="activeTab === 'execute-command' && 'text-white'"
|
<a :class="activeTab === 'execute-command' && 'text-white'"
|
||||||
@click.prevent="activeTab = 'execute-command';
|
@click.prevent="activeTab = 'execute-command';
|
||||||
window.location.hash = 'execute-command'"
|
window.location.hash = 'execute-command'"
|
||||||
@@ -15,17 +23,9 @@
|
|||||||
@click.prevent="activeTab = 'logs';
|
@click.prevent="activeTab = 'logs';
|
||||||
window.location.hash = 'logs'"
|
window.location.hash = 'logs'"
|
||||||
href="#">Logs</a>
|
href="#">Logs</a>
|
||||||
<a :class="activeTab === 'storages' && 'text-white'"
|
|
||||||
@click.prevent="activeTab = 'storages';
|
|
||||||
window.location.hash = 'storages'"
|
|
||||||
href="#">Storages</a>
|
|
||||||
<a :class="activeTab === 'webhooks' && 'text-white'"
|
<a :class="activeTab === 'webhooks' && 'text-white'"
|
||||||
@click.prevent="activeTab = 'webhooks'; window.location.hash = 'webhooks'" href="#">Webhooks
|
@click.prevent="activeTab = 'webhooks'; window.location.hash = 'webhooks'" href="#">Webhooks
|
||||||
</a>
|
</a>
|
||||||
<a :class="activeTab === 'environment-variables' && 'text-white'"
|
|
||||||
@click.prevent="activeTab = 'environment-variables'; window.location.hash = 'environment-variables'"
|
|
||||||
href="#">Environment
|
|
||||||
Variables</a>
|
|
||||||
<a :class="activeTab === 'danger' && 'text-white'"
|
<a :class="activeTab === 'danger' && 'text-white'"
|
||||||
@click.prevent="activeTab = 'danger';
|
@click.prevent="activeTab = 'danger';
|
||||||
window.location.hash = 'danger'"
|
window.location.hash = 'danger'"
|
||||||
|
|||||||
@@ -48,10 +48,5 @@
|
|||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
@if (
|
|
||||||
$resource->persistentStorages()->get()->count() == 0 &&
|
|
||||||
$resource->fileStorages()->get()->count() == 0)
|
|
||||||
<div class="pt-4">No storages found.</div>
|
|
||||||
@endif
|
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user