diff --git a/resources/views/livewire/dashboard.blade.php b/resources/views/livewire/dashboard.blade.php index a6eb231d4..e9cd27311 100644 --- a/resources/views/livewire/dashboard.blade.php +++ b/resources/views/livewire/dashboard.blade.php @@ -28,16 +28,16 @@
{{ $project->name }}
- {{ $project->description }}
+ {{ $project->description }} +
-
+
- + - Add Resource + href="{{ route('project.resource.create', ['project_uuid' => $project->uuid, 'environment_name' => $project->default_environment()]) }}"> + + Add Resource + href="{{ route('project.edit', ['project_uuid' => $project->uuid]) }}"> Settings
@@ -159,12 +159,14 @@
@endif + {{-- Get IPTABLES --}} diff --git a/resources/views/livewire/project/index.blade.php b/resources/views/livewire/project/index.blade.php index 92d4a63f9..a15f6e18f 100644 --- a/resources/views/livewire/project/index.blade.php +++ b/resources/views/livewire/project/index.blade.php @@ -11,9 +11,8 @@
All your projects are here.
@forelse ($projects as $project) -
-
+
+
{{ $project->name }}
{{ $project->description }}
@@ -33,15 +32,12 @@
+ } +