diff --git a/package.json b/package.json index 323223a3e272b..6f176708be500 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "test:server": "grunt test:server", "test:coverage": "grunt test:coverage", "test:visualRegression": "grunt test:visualRegression", + "checkLicenses": "grunt licenses", "build": "grunt build", "release": "grunt release", "start": "sh ./bin/kibana --dev", @@ -71,6 +72,7 @@ "@bigfunger/decompress-zip": "0.2.0-stripfix3", "@bigfunger/jsondiffpatch": "0.1.38-webpack", "@elastic/datemath": "2.3.0", + "@elastic/kibana-ui-framework": "0.0.9", "@spalger/filesaver": "1.1.2", "@spalger/leaflet-draw": "0.2.3", "@spalger/leaflet-heat": "0.1.3", diff --git a/src/core_plugins/console/public/src/controllers/sense_top_nav_controller.js b/src/core_plugins/console/public/src/controllers/sense_top_nav_controller.js index c92421e7e3285..00f0092bca629 100644 --- a/src/core_plugins/console/public/src/controllers/sense_top_nav_controller.js +++ b/src/core_plugins/console/public/src/controllers/sense_top_nav_controller.js @@ -8,22 +8,26 @@ export function SenseTopNavController(Private) { { key: 'welcome', hideButton: true, - template: `` + template: ``, + testId: 'consoleWelcomeButton', }, { key: 'history', description: 'History', - template: `` + template: ``, + testId: 'consoleHistoryButton', }, { key: 'settings', description: 'Settings', - template: `` + template: ``, + testId: 'consoleSettingsButton', }, { key: 'help', description: 'Help', - template: `` + template: ``, + testId: 'consoleHelpButton', }, ]); diff --git a/src/core_plugins/console/public/src/directives/help.html b/src/core_plugins/console/public/src/directives/help.html index 22f31912d14d5..32b84078a107a 100644 --- a/src/core_plugins/console/public/src/directives/help.html +++ b/src/core_plugins/console/public/src/directives/help.html @@ -1,36 +1,40 @@ -

Help

+
Help
- You can type one or more requests in the white editor. Console understands requests in a compact format: - +
+ You can type one or more requests in the white editor. Console understands requests in a compact format: + +
-
-
-
General editing
-
Ctrl/Cmd + I
-
Auto indent current request
-
Ctrl + Space
-
Open Auto complete (even if not typing)
-
Ctrl/Cmd + Enter
-
Submit request
-
Ctrl/Cmd + Up/Down
-
Jump to the previous/next request start or end.
-
Ctrl/Cmd + Alt + L
-
Collapse/expand current scope.
-
Ctrl/Cmd + Option + 0
-
Collapse all scopes but the current one. Expand by adding a shift.
-
-
-
-
When auto-complete is visible
-
Down arrow
-
Switch focus to auto-complete menu. Use arrows to further select a term
-
Enter/Tab
-
Select the currently selected or the top most term in auto-complete menu
-
Esc
-
Close auto-complete menu
-
+
+
+
+
General editing
+
Ctrl/Cmd + I
+
Auto indent current request
+
Ctrl + Space
+
Open Auto complete (even if not typing)
+
Ctrl/Cmd + Enter
+
Submit request
+
Ctrl/Cmd + Up/Down
+
Jump to the previous/next request start or end.
+
Ctrl/Cmd + Alt + L
+
Collapse/expand current scope.
+
Ctrl/Cmd + Option + 0
+
Collapse all scopes but the current one. Expand by adding a shift.
+
+
+
+
When auto-complete is visible
+
Down arrow
+
Switch focus to auto-complete menu. Use arrows to further select a term
+
Enter/Tab
+
Select the currently selected or the top most term in auto-complete menu
+
Esc
+
Close auto-complete menu
+
+
diff --git a/src/core_plugins/console/public/src/directives/history.html b/src/core_plugins/console/public/src/directives/history.html index 180612eff1507..06df7134a2dad 100644 --- a/src/core_plugins/console/public/src/directives/history.html +++ b/src/core_plugins/console/public/src/directives/history.html @@ -1,4 +1,4 @@ -

History

+
History