chore: Improve menu item styling and spacing in service configuration and index views

This commit is contained in:
Andras Bacsai
2024-05-06 14:30:50 +02:00
parent 662c6f3cc2
commit a54f0ed94d
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ namespace App\Livewire\Project\Application;
use App\Actions\Application\StopApplication;
use App\Events\ApplicationStatusChanged;
use App\Jobs\ContainerStatusJob;
use App\Jobs\ContainerStatusJob;
use App\Jobs\ServerStatusJob;
use App\Models\Application;
use Livewire\Component;