init of cloud providers

This commit is contained in:
Andras Bacsai
2025-10-08 20:47:50 +02:00
parent b803a137f6
commit c1bcc41546
13 changed files with 548 additions and 2 deletions

View File

@@ -6,8 +6,13 @@
<a href="{{ route('security.private-key.index') }}">
<button>Private Keys</button>
</a>
@can('viewAny', App\Models\CloudProviderToken::class)
<a href="{{ route('security.cloud-tokens') }}">
<button>Cloud Tokens</button>
</a>
@endcan
<a href="{{ route('security.api-tokens') }}">
<button>API tokens</button>
<button>API Tokens</button>
</a>
</nav>
</div>