fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="flex items-center gap-2" wire:poll="pollStatus">
|
||||
<div class="flex items-center gap-2" wire:poll.10000ms="pollStatus">
|
||||
<div class="group">
|
||||
<label tabindex="0" class="flex items-center gap-2 cursor-pointer hover:text-white"> Actions
|
||||
<x-chevron-down />
|
||||
|
@@ -3,7 +3,7 @@
|
||||
<div>
|
||||
<div class="flex items-center gap-2">
|
||||
<h3>Pull Requests on Git</h3>
|
||||
<x-forms.button wire:click="load_prs">Load (Open) Pull Requests
|
||||
<x-forms.button wire:click="load_prs">Load Pull Requests (Open)
|
||||
</x-forms.button>
|
||||
</div>
|
||||
@isset($rate_limit_remaining)
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<div wire:poll.5000ms='applicationStatusChanged'>
|
||||
<div wire:poll.10000ms='applicationStatusChanged'>
|
||||
@if ($application->status === 'running')
|
||||
<x-status.running />
|
||||
@elseif($application->status === 'restarting')
|
||||
|
Reference in New Issue
Block a user