Minor cleanup.
This commit is contained in:
parent
e233ec05b5
commit
512197021b
2 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
class Executions extends Component
|
||||
{
|
||||
public $backup;
|
||||
public $executions = [];
|
||||
public $selectedKey;
|
||||
public function getListeners()
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ class="font-bold text-warning">({{ $task->name }})</span>?</p>
|
|||
</x-slot:modalBody>
|
||||
</x-modal>
|
||||
|
||||
<h1>Scheduled Backup</h1>
|
||||
<h1>Scheduled Task</h1>
|
||||
@if ($type === 'application')
|
||||
<livewire:project.application.heading :application="$resource" />
|
||||
@elseif ($type === 'service')
|
||||
|
|
|
|||
Loading…
Reference in a new issue