Cron monitoring

This commit is contained in:
2020-09-17 15:05:27 +05:00
parent 35c97a1fdd
commit 1302183abc
9 changed files with 137 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
<x-app-layout>
<x-slot name="header">
<h2 class="font-semibold text-xl text-gray-800 leading-tight">
{{ __('Monitor') }}
</h2>
</x-slot>
</x-app-layout>

View File

@@ -22,6 +22,12 @@
{{ __('Analytics') }}
</x-jet-nav-link>
</div>
<div class="hidden space-x-8 sm:-my-px sm:ml-10 sm:flex">
<x-jet-nav-link href="/dashboard/monitor" :active="request()->routeIs('dashboard.monitor')">
{{ __('Monitor') }}
</x-jet-nav-link>
</div>
</div>
<!-- Settings Dropdown -->