Skip to content

Commit 16f0413

Browse files
committed
Fix: don't show dashboard filters where it's not enabled
1 parent f47020a commit 16f0413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rd_ui/app/views/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2 id="dashboard_title">
1414
</button>
1515
</span>
1616
</h2>
17-
<filters></filters>
17+
<filters ng-if="dashboard.dashboard_filters_enabled"></filters>
1818
</div>
1919

2020
<div class="container" id="dashboard">

0 commit comments

Comments
 (0)