Skip to content

Commit

Permalink
fix the dashboard + icon
Browse files Browse the repository at this point in the history
  • Loading branch information
w33ble committed Sep 26, 2014
1 parent 6e32b9d commit 9b17a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kibana/apps/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<div ng-show="!state.panels.length" class="text-center start-screen">
<h2>Ready to get started?</h2>
<p>Click the <a class="btn btn-xs navbtn-inverse" ng-click="openAdd()"><i class="fa fa-plus"></i></a> button in the menu bar above to add a visualization to the dashboard. <br/>If you haven't setup a visualization yet visit the <a href="#/visualize">"Visualize"</a> tab to create your first visualization.</p>
<p>Click the <a class="btn btn-xs navbtn-inverse" ng-click="openAdd()"><i class="fa fa-plus-circle"></i></a> button in the menu bar above to add a visualization to the dashboard. <br/>If you haven't setup a visualization yet visit the <a href="#/visualize">"Visualize"</a> tab to create your first visualization.</p>
</div>

<dashboard-grid></dashboard-grid>
Expand Down

0 comments on commit 9b17a57

Please sign in to comment.