Skip to content

Commit

Permalink
Changed root node type of discover, dashboard, and visualization apps
Browse files Browse the repository at this point in the history
Former-commit-id: 860b7d7
  • Loading branch information
BigFunger committed Sep 7, 2016
1 parent c43d3b4 commit 86889c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/core_plugins/kibana/public/dashboard/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div dashboard-app class="app-container dashboard-container">
<dashboard-app class="app-container dashboard-container">
<kbn-top-nav name="dashboard" config="topNavMenu">
<div class="kibana-nav-info">
<span ng-show="dash.id" class="kibana-nav-info-title">
Expand Down Expand Up @@ -46,4 +46,4 @@ <h2>Ready to get started?</h2>
</div>

<dashboard-grid></dashboard-grid>
</div>
</dashboard-app>
4 changes: 2 additions & 2 deletions src/core_plugins/kibana/public/discover/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div discover-app class="app-container">
<discover-app class="app-container">
<kbn-top-nav name="discover" config="topNavMenu">
<div class="kibana-nav-info">
<span ng-show="opts.savedSearch.id" class="kibana-nav-info-title">
Expand Down Expand Up @@ -126,4 +126,4 @@ <h2>Searching</h2>
</div>
</div>
</div>
</div>
</discover-app>
4 changes: 2 additions & 2 deletions src/core_plugins/kibana/public/visualize/editor/editor.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div visualize-app class="app-container vis-editor vis-type-{{ vis.type.name }}">
<visualize-app class="app-container vis-editor vis-type-{{ vis.type.name }}">

<kbn-top-nav name="visualize" config="topNavMenu">
<div class="vis-editor-info">
Expand Down Expand Up @@ -91,4 +91,4 @@
</visualize>
</div>
</div>
</div>
</visualize-app>

0 comments on commit 86889c2

Please sign in to comment.