fix
This commit is contained in:
parent
eaf31eb946
commit
ff4eed5342
@ -24,6 +24,7 @@ class Application extends BaseModel
|
||||
}
|
||||
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…
x
Reference in New Issue
Block a user