Minor cleanup.
This commit is contained in:
@@ -7,7 +7,6 @@ use Livewire\Component;
|
|||||||
|
|
||||||
class Executions extends Component
|
class Executions extends Component
|
||||||
{
|
{
|
||||||
public $backup;
|
|
||||||
public $executions = [];
|
public $executions = [];
|
||||||
public $selectedKey;
|
public $selectedKey;
|
||||||
public function getListeners()
|
public function getListeners()
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
</x-slot:modalBody>
|
</x-slot:modalBody>
|
||||||
</x-modal>
|
</x-modal>
|
||||||
|
|
||||||
<h1>Scheduled Backup</h1>
|
<h1>Scheduled Task</h1>
|
||||||
@if ($type === 'application')
|
@if ($type === 'application')
|
||||||
<livewire:project.application.heading :application="$resource" />
|
<livewire:project.application.heading :application="$resource" />
|
||||||
@elseif ($type === 'service')
|
@elseif ($type === 'service')
|
||||||
|
|||||||
Reference in New Issue
Block a user