Skip to content

Commit

Permalink
disable editor play button if there are errors in the config (elastic…
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Apr 26, 2017
1 parent 9ae5aab commit 9aea90e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core_plugins/kibana/public/visualize/editor/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
>
<button class="btn-success navbar-btn-link"
type="submit"
ng-disabled="!vis.dirty">

ng-disabled="!vis.dirty || visualizeEditor.errorCount() > 0"
>
<i class="fa fa-play"></i>
</button>
</li>
Expand Down

0 comments on commit 9aea90e

Please sign in to comment.