Exempt panels that are used in pulldowns or the nav

This commit is contained in:
Rashid Khan
2013-10-09 14:24:19 +02:00
parent 50370f2100
commit f41fb5db53
7 changed files with 25 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<!-- is there a better way to repeat without actually affecting the page? -->
<nil ng-repeat="pulldown in dashboard.current.pulldowns" ng-controller="PulldownCtrl">
<nil ng-repeat="pulldown in dashboard.current.pulldowns" ng-controller="PulldownCtrl" ng-show="pulldown.enable">
<div class="top-row-open" ng-hide="pulldown.collapse">
<kibana-simple-panel type="pulldown.type" ng-cloak></kibana-simple-panel>
</div>