File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 133133 */
134134 'tools ' => [
135135 'phpmyadmin ' => env ('PHPMYADMIN_URL ' ),
136+ 'typesense_dashboard ' => env ('TYPESENSE_DASHBOARD_URL ' ),
136137 ],
137138
138139];
Original file line number Diff line number Diff line change @@ -207,6 +207,16 @@ public function panel(Panel $panel): Panel
207207 ]);
208208 }
209209
210+ if (config ('eclipse.tools.typesense_dashboard ' )) {
211+ $ panel ->navigationItems ([
212+ NavigationItem::make ('Typesense Dashboard ' )
213+ ->url (config ('eclipse.tools.typesense_dashboard ' ), shouldOpenInNewTab: true )
214+ ->icon ('heroicon-s-arrow-top-right-on-square ' )
215+ ->group ('Tools ' )
216+ ->sort (910 ),
217+ ]);
218+ }
219+
210220 // Configure notifications
211221 Notifications::alignment (Alignment::Center);
212222 Notifications::verticalAlignment (VerticalAlignment::End);
You can’t perform that action at this time.
0 commit comments