Skip to content

Commit

Permalink
Remove workbench side nav logo and fix download link (opendistro-for-…
Browse files Browse the repository at this point in the history
…elasticsearch#869)

* Fix download link in package description (opendistro-for-elasticsearch#729)

* remove logo for side bar

Co-authored-by: Sayali Gaikawad <[email protected]>
Co-authored-by: Yuanqi Zhu <[email protected]>
  • Loading branch information
3 people authored and chloe-zh committed Dec 15, 2020
1 parent 5447982 commit af19ec4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ afterEvaluate {

license 'ASL-2.0'
maintainer 'OpenDistro for Elasticsearch Team <[email protected]>'
url 'https://opendistro.github.io/elasticsearch/downloads'
url 'https://opendistro.github.io/for-elasticsearch/downloads.html'
summary '''
SQL plugin for OpenDistro for Elasticsearch.
Reference documentation can be found at https://opendistro.github.io/for-elasticsearch-docs/.
Expand Down
1 change: 0 additions & 1 deletion workbench/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export class WorkbenchPlugin implements Plugin<WorkbenchPluginSetup, WorkbenchPl
category: {
id: 'odfe',
label: 'Open Distro for Elasticsearch',
euiIconType: 'logoKibana',
order: 2000,
},
order: 1000,
Expand Down

0 comments on commit af19ec4

Please sign in to comment.