Added new units to dropdown in singlestat options, need to add new unit selector to singlestat panel, #1331

This commit is contained in:
Torkel Ödegaard 2015-01-12 16:24:44 +01:00
parent 4544f79471
commit 1e9c51072a

View File

@ -39,7 +39,7 @@
<h5>Formats</h5>
<div class="editor-option">
<label class="small">Unit format</label>
<select class="input-small" ng-model="panel.format" ng-options="f for f in ['none','short','bytes', 'bits', 'Bps', bps', 's', 'ms', 'µs', 'ns', 'percent', 'joule', 'watt', 'ev']" ng-change="render()"></select>
<select class="input-small" ng-model="panel.format" ng-options="f for f in ['none','short','bytes', 'kbytes', 'bits', 'Bps', 'bps', 's', 'ms', 'µs', 'ns', 'percent', 'joule', 'watt', 'ev']" ng-change="render()"></select>
</div>
</div>
</div>