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
@@ -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 -->