Skip to content

Commit

Permalink
Move order of top nav component around so no chance of hitting Edit -…
Browse files Browse the repository at this point in the history
…> Cancel
  • Loading branch information
stacey-gammon committed Mar 23, 2017
1 parent cfb3372 commit 000e857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core_plugins/kibana/public/dashboard/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ app.directive('dashboardApp', function (Notifier, courier, AppState, timefilter,

$scope.opts = {
displayName: dash.getDisplayName(),
dashboard: dash,
save: $scope.save,
addVis: $scope.addVis,
addNewVis,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export class DashboardState {

setTitle(title) {
this.appState.title = title;
this.dashboard.title = title;
this.saveState();
}

Expand Down

0 comments on commit 000e857

Please sign in to comment.