static hosting

This commit is contained in:
Andras Bacsai
2023-04-26 13:01:09 +02:00
parent cc1c08786f
commit f4210e39f2
14 changed files with 90 additions and 28 deletions

View File

@@ -1,3 +1,5 @@
<x-applications.layout :applicationId="$application->id" title="Deployment">
<x-layout>
<h1>Deployment</h1>
<x-applications.navbar :applicationId="$application->id" />
<livewire:project.application.poll-deployment :activity="$activity" :deployment_uuid="$deployment_uuid" />
</x-applications.layout>
</x-layout>