Cron monitoring
This commit is contained in:
9
resources/views/admin/monitor.blade.php
Normal file
9
resources/views/admin/monitor.blade.php
Normal 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>
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user