Merge pull request #1058 from AntoineAugusti/patch-1

Bring back filters if dashboard filters are enabled
This commit is contained in:
Arik Fraimovich
2016-05-18 22:50:31 +03:00

View File

@@ -29,6 +29,7 @@
This dashboard is archived and won't appear in the dashboards list or search results. This dashboard is archived and won't appear in the dashboards list or search results.
</div> </div>
<filters ng-if="dashboard.dashboard_filters_enabled"></filters>
<div ng-repeat="row in dashboard.widgets" class="row"> <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 ng-repeat="widget in row" class="col-lg-{{widget.width | colWidth}}" ng-controller='WidgetCtrl'>