You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
504 B
20 lines
504 B
<x-app-layout>
|
|
<x-slot name="header">
|
|
<h2 class="font-semibold text-xl text-gray-800 leading-tight">
|
|
AirFlow Clusters
|
|
</h2>
|
|
</x-slot>
|
|
|
|
<div class="py-12">
|
|
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8 flex space-x-4">
|
|
<div class="w-1/3">
|
|
<livewire:airflow-form />
|
|
</div>
|
|
|
|
<div class="w-2/3">
|
|
<livewire:air-flow-target-table />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</x-app-layout>
|