Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Move workbench down in kibana nav (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuali925 authored Jul 29, 2020
1 parent b258fda commit e61b5fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql-workbench/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default function (kibana) {
description: 'SQL Workbench',
main: 'plugins/' + PLUGIN_NAME + '/app',
icon:'plugins/' + PLUGIN_NAME + '/icons/sql.svg',
order: 9050,
category: DEFAULT_APP_CATEGORIES.kibana,
},
styleSheetPaths: [resolve(__dirname, 'public/app.scss')].find(p => existsSync(p))
Expand Down

0 comments on commit e61b5fd

Please sign in to comment.