mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Change Visualize menu items: New goes to landing page, Open goes to wizard.
This commit is contained in:
parent
f69df4c4ba
commit
8ca2faf459
1 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ function VisEditor($scope, $route, timefilter, AppState, $window, kbnUrl, courie
|
|||
$scope.topNavMenu = [{
|
||||
key: 'new',
|
||||
description: 'New Visualization',
|
||||
run: function () { kbnUrl.change('/visualize', {}); },
|
||||
run: function () { kbnUrl.change('/visualize/step/1', {}); },
|
||||
testId: 'visualizeNewButton',
|
||||
}, {
|
||||
key: 'save',
|
||||
|
@ -116,7 +116,7 @@ function VisEditor($scope, $route, timefilter, AppState, $window, kbnUrl, courie
|
|||
}, {
|
||||
key: 'open',
|
||||
description: 'Open Saved Visualization',
|
||||
template: require('plugins/kibana/visualize/editor/panels/load.html'),
|
||||
run: function () { kbnUrl.change('/visualize', {}); },
|
||||
testId: 'visualizeOpenButton',
|
||||
}, {
|
||||
key: 'share',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue