Skip to content

Commit

Permalink
Fix: don't show dashboard filters where it's not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Jan 20, 2015
1 parent f47020a commit 16f0413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rd_ui/app/views/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2 id="dashboard_title">
</button>
</span>
</h2>
<filters></filters>
<filters ng-if="dashboard.dashboard_filters_enabled"></filters>
</div>

<div class="container" id="dashboard">
Expand Down

0 comments on commit 16f0413

Please sign in to comment.