Added compact view note

This commit is contained in:
Rashid Khan 2014-01-07 14:53:51 -07:00
parent ba459389d1
commit 634b44b56b

View file

@ -36,6 +36,8 @@
<div class="pull-left marvel-header marvel-table" ng-show="rows.length > 0">
<input type="text" class="input-medium" placeholder="Filter {{panel.mode}}..." ng-model="panel.rowFilter"> <span class="count">{{(rows|filter:panel.rowFilter).length}} {{panel.mode}}</span> / Last 10m </span>
<br>
<span class="small muted pull-right" ng-show="!viewSelect"> <i class="icon-warning"></i> Compact view. Filter nodes to 5 or less, or set the page refresh rate to 2m or greater for more options.</span>
</div>
<div class="pull-right" ng-if="viewSelect">
<a href="" ng-class="{strong:!panel.compact}" ng-click="panel.compact=false">Full</a> /