Fixed bug in pie editor, switched up edit icon, added ability to disable drag to select in histogram

This commit is contained in:
Rashid Khan
2013-05-26 09:38:18 -07:00
parent fe2c9c21ad
commit 82e40230a8
7 changed files with 32 additions and 27 deletions
+2 -1
View File
@@ -66,10 +66,11 @@
</div>
</div>
<div class="row-fluid">
<div class="span3">
<div class="span2">
<label class="small">Time correction</label>
<select ng-model="panel.timezone" class='input-small' ng-options="f for f in ['browser','utc']"></select>
</div>
<div class="span1"> <label class="small">Selectable</label><input type="checkbox" ng-model="panel.interactive" ng-checked="panel.interactive"></div>
<div class="span2">
<label class="small">Zoom Links</label><input type="checkbox" ng-model="panel.zoomlinks" ng-checked="panel.zoomlinks" />
</div>