Sha256: e7319d73fa6d6acf421cdcbd80e2568dc5ea678a7145919f340799d19d5f4b80
Contents?: true
Size: 1.05 KB
Versions: 5
Compression:
Stored size: 1.05 KB
Contents
<div> <h4>Settings</h4> <div class="row-fluid"> <div class="editor-option"> <label class="small">Time Ago <tip>Elasticsearch date math format (eg 1m, 5m, 1d, 2w, 1y)</tip></label> <input type="text" class="input-small" ng-model="panel.ago" ng-change="set_refresh(true)"> </div> <div class="editor-option"> <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="editor-option"> <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 class="editor-option"> <label class="small">Reverse Colors<tip>Use green for down, and red for up instead</tip></label> <input type="checkbox" ng-model="panel.reverse" ng-checked="panel.reverse"> </div> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems