mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Added compact view note
This commit is contained in:
parent
ba459389d1
commit
634b44b56b
1 changed files with 2 additions and 0 deletions
|
@ -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> /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue