We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf546b commit a9ca3ddCopy full SHA for a9ca3dd
1 file changed
app/Providers/AppServiceProvider.php
@@ -15,6 +15,15 @@ public function boot()
15
return $next($urls->merge((new StaticWarmExtras)->handle()));
16
});
17
18
+ // add horizon to the tools navigation
19
+ Nav::extend(function ($nav) {
20
+ $nav->create('Horizon')
21
+ ->section('Tools')
22
+ ->url('/horizon')
23
+ ->icon('chart-monitoring-indicator')
24
+ ->attributes(['target' => '_blank']);
25
+ });
26
+
27
Fieldtypes\Bard::setDefaultButtons([
28
'h2',
29
'h3',
0 commit comments