Skip to content

Commit

Permalink
Bring back filters if dashboard filters are enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti committed May 17, 2016
1 parent ed45dcb commit 48c8564
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rd_ui/app/views/dashboard.html
Expand Up @@ -28,8 +28,9 @@
<div class="col-lg-12 p-5 m-b-10 bg-orange c-white" ng-if="dashboard.is_archived">
This dashboard is archived and won't appear in the dashboards list or search results.
</div>



<filters ng-if="dashboard.dashboard_filters_enabled"></filters>

<div ng-repeat="row in dashboard.widgets" class="row">
<div ng-repeat="widget in row" class="col-lg-{{widget.width | colWidth}}" ng-controller='WidgetCtrl'>
<div class="tile" ng-if="type=='visualization'">
Expand Down

0 comments on commit 48c8564

Please sign in to comment.