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
508 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-data-view :airflowId="$id" />
</div>
<div class="w-2/3">
HERE WAS A TABLE
</div>
</div>
</div>
</x-app-layout>