fix
This commit is contained in:
parent
eaf31eb946
commit
ff4eed5342
2 changed files with 1 additions and 4 deletions
|
|
@ -24,6 +24,7 @@ protected static function booted()
|
|||
}
|
||||
protected $fillable = [
|
||||
'name',
|
||||
'repository_project_id',
|
||||
'project_id',
|
||||
'description',
|
||||
'git_repository',
|
||||
|
|
|
|||
|
|
@ -1,10 +1,6 @@
|
|||
<div class="flex flex-col gap-2" wire:init='load_deployments'
|
||||
@if ($skip == 0) wire:poll.5000ms='reload_deployments' @endif>
|
||||
<h2 class="pt-4">Deployments <span class="text-xs">({{ $deployments_count }})</span></h2>
|
||||
{{-- @if (count($deployments) === 0)
|
||||
<x-forms.button wire:click="load_deployments({{ $default_take }})">Load Deployments
|
||||
</x-forms.button>
|
||||
@endif --}}
|
||||
@if ($show_next)
|
||||
<x-forms.button wire:click="load_deployments({{ $default_take }})">Show More
|
||||
</x-forms.button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue