Skip to content

Commit

Permalink
remove log for side bar (opensearch-project#64)
Browse files Browse the repository at this point in the history
* Correct URL link

* change the position of kibana notebook in side bar (opensearch-project#58)

* remove DEFAULT_APP_CATEGORIES for kibana sidenav (opensearch-project#61)

* change the position of kibana notebook in side bar

* change the position of kibana notebook in side bar

* remove log for side bar

Co-authored-by: Joshua <[email protected]>
Co-authored-by: Kyle Davis <[email protected]>
Co-authored-by: Anirudha (Ani) Jadhav <[email protected]>
  • Loading branch information
4 people authored Dec 1, 2020
1 parent 690825d commit 6730a57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const SELECTED_BACKEND = 'DEFAULT'; // ZEPPELIN || DEFAULT
export const DATE_FORMAT = 'MM/DD/YYYY hh:mm A';
export const FETCH_SIZE = 1000;
export const CREATE_NOTE_MESSAGE = 'Enter a name to describe the purpose of this notebook.';
export const DOCUMENTATION_URL = 'https://opendistro.github.io/for-elasticsearch-docs/docs/kibana/notebooks/';
export const DOCUMENTATION_URL = 'https://opendistro.github.io/for-elasticsearch-docs/docs/notebooks/';

export const zeppelinURL = 'http://localhost:8080';

Expand Down
1 change: 0 additions & 1 deletion public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export class KibanaNotebooksPlugin
category: {
id: 'odfe',
label: 'Open Distro for Elasticsearch',
euiIconType: 'logoKibana',
order: 2000,
},
order: 3000,
Expand Down

0 comments on commit 6730a57

Please sign in to comment.