feat: more api endpoints

This commit is contained in:
Andras Bacsai
2024-06-21 16:46:13 +02:00
parent 72033279c2
commit cd85094113
7 changed files with 230 additions and 8 deletions

View File

@@ -75,7 +75,11 @@
@if (data_get($deployment, 'rollback') === true)
Rollback
@else
Manual
@if (data_get($deployment, 'is_api'))
API
@else
Manual
@endif
@endif
@if (data_get($deployment, 'commit'))
<div class="dark:hover:text-white"