File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ export class DashboardPlugin
282282 const app : App = {
283283 id : DashboardConstants . DASHBOARDS_ID ,
284284 title : 'Dashboard' ,
285- order : - 1001 ,
285+ order : 2500 ,
286286 euiIconType : 'logoKibana' ,
287287 defaultPath : `#${ DashboardConstants . LANDING_PAGE_PATH } ` ,
288288 updater$ : this . appStateUpdater ,
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ export class DiscoverPlugin
241241 id : 'discover' ,
242242 title : 'Discover' ,
243243 updater$ : this . appStateUpdater . asObservable ( ) ,
244- order : - 1004 ,
244+ order : 1000 ,
245245 euiIconType : 'logoKibana' ,
246246 defaultPath : '#/' ,
247247 category : DEFAULT_APP_CATEGORIES . kibana ,
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ export class VisualizePlugin
140140 core . application . register ( {
141141 id : 'visualize' ,
142142 title : 'Visualize' ,
143- order : - 1002 ,
143+ order : 8000 ,
144144 euiIconType : 'logoKibana' ,
145145 defaultPath : '#/' ,
146146 category : DEFAULT_APP_CATEGORIES . kibana ,
You can’t perform that action at this time.
0 commit comments