Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vistahigherlearning / logstash   deb

Repository URL to install this package:

/ opt / logstash / vendor / kibana / app / panels / trends / editor.html

<div><h4>Settings</h4><div class="row-fluid"><div class="span3" ng-hide="panel.auto_int"><label class="small">Use Elasticsearch date math format here (eg 1m, 5m, 1d, 2w, 1y)</label></div><div class="span3"><label class="small">Time Ago</label><input type="text" class="input-small" ng-model="panel.ago" ng-change="set_refresh(true)"></div><div class="span2"><label class="small">Font Size</label><select class="input-small" ng-model="panel.style['font-size']" ng-options="f for f in ['7pt','8pt','9pt','10pt','12pt','14pt','16pt','18pt','20pt','24pt','28pt','32pt','36pt','42pt','48pt','52pt','60pt','72pt']"></select></div><div class="span3"><label class="small">List Format</label><select class="input-small" ng-model="panel.arrangement" ng-options="f for f in ['horizontal','vertical']"></select></div></div></div>