css and stuffs
This commit is contained in:
9
app/Http/Livewire/Project/Application/Danger.php
Normal file
9
app/Http/Livewire/Project/Application/Danger.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Livewire\Project\Application;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
class Danger extends Component
|
||||
{
|
||||
}
|
||||
@@ -2,10 +2,7 @@
|
||||
|
||||
namespace App\Http\Livewire\Project\Application\EnvironmentVariable;
|
||||
|
||||
use App\Models\Application;
|
||||
use App\Models\EnvironmentVariable as ModelsEnvironmentVariable;
|
||||
use Illuminate\Support\Facades\Request;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
use Livewire\Component;
|
||||
|
||||
class Show extends Component
|
||||
|
||||
@@ -17,6 +17,7 @@ class Rollback extends Component
|
||||
}
|
||||
public function loadImages()
|
||||
{
|
||||
sleep(2);
|
||||
try {
|
||||
$image = $this->application->uuid;
|
||||
$output = instantRemoteProcess([
|
||||
|
||||
@@ -4,7 +4,6 @@ namespace App\Http\Livewire\Project\Application\Storages;
|
||||
|
||||
use App\Models\Application;
|
||||
use App\Models\LocalPersistentVolume;
|
||||
use Illuminate\Database\QueryException;
|
||||
use Livewire\Component;
|
||||
|
||||
class All extends Component
|
||||
|
||||
Reference in New Issue
Block a user