mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Updating Canvas location in nav (#65519)
This commit is contained in:
parent
23bb1aa700
commit
402df7f51e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export class CanvasPlugin
|
|||
id: 'canvas',
|
||||
title: 'Canvas',
|
||||
euiIconType: 'canvasApp',
|
||||
order: 0, // need to figure out if this is the proper order for us
|
||||
order: 3000,
|
||||
mount: async (params: AppMountParameters) => {
|
||||
// Load application bundle
|
||||
const { renderApp, initializeCanvas, teardownCanvas } = await import('./application');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue