wip: PAT by team

This commit is contained in:
Andras Bacsai
2023-10-18 18:02:09 +02:00
parent a30ae4fb38
commit 2c40e93d3b
5 changed files with 49 additions and 2 deletions

View File

@@ -62,7 +62,7 @@
@endforeach
</div>
@if ($projects->count() > 0)
<h3 class="pb-4">Servers</h3>
<h3 class="py-4">Servers</h3>
@endif
@if ($servers->count() === 1)
<div class="grid grid-cols-1 gap-2">
@@ -97,7 +97,9 @@
</a>
@endforeach
</div>
{{-- <h3 class="py-4">Tokens</h3>
{{auth()->user()->tokens}}
<x-forms.button wire:click='createToken'>Create Token</x-forms.button> --}}
<script>
function gotoProject(uuid, environment = 'production') {
window.location.href = '/project/' + uuid + '/' + environment;