From eaf31eb946a307dea7b5f93f7c23f7dccfa56f15 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 13 Jun 2023 11:04:11 +0200 Subject: [PATCH] fix --- app/Models/GithubApp.php | 2 +- .../views/livewire/project/application/deployments.blade.php | 4 ++-- resources/views/livewire/source/github/change.blade.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Models/GithubApp.php b/app/Models/GithubApp.php index 6c858a35d..ff7d30fac 100644 --- a/app/Models/GithubApp.php +++ b/app/Models/GithubApp.php @@ -6,7 +6,7 @@ use Illuminate\Database\Eloquent\Casts\Attribute; class GithubApp extends BaseModel { - protected $fillable = ['name', 'uuid', 'organization', 'api_url', 'html_url', 'custom_user', 'custom_port', 'team_id']; + protected $fillable = ['name', 'uuid', 'organization', 'api_url', 'html_url', 'custom_user', 'custom_port', 'team_id', 'client_secret', 'webhook_secret']; protected $appends = ['type']; protected $casts = [ 'is_public' => 'boolean', diff --git a/resources/views/livewire/project/application/deployments.blade.php b/resources/views/livewire/project/application/deployments.blade.php index 67765c35e..673a5586e 100644 --- a/resources/views/livewire/project/application/deployments.blade.php +++ b/resources/views/livewire/project/application/deployments.blade.php @@ -1,10 +1,10 @@

Deployments ({{ $deployments_count }})

- @if (count($deployments) === 0) + {{-- @if (count($deployments) === 0) Load Deployments - @endif + @endif --}} @if ($show_next) Show More diff --git a/resources/views/livewire/source/github/change.blade.php b/resources/views/livewire/source/github/change.blade.php index 14909f9b2..8d29b5506 100644 --- a/resources/views/livewire/source/github/change.blade.php +++ b/resources/views/livewire/source/github/change.blade.php @@ -70,7 +70,7 @@
- +