fixed histogram and pie editors, added hits and map editors

This commit is contained in:
Rashid Khan
2013-02-08 15:57:24 -07:00
parent b94ea26b9c
commit 0d8f1fab9b
7 changed files with 40 additions and 9 deletions
+11
View File
@@ -0,0 +1,11 @@
<div class="row-fluid">
<div class="span9">
<form class="input-append">
<h6>Query</h6>
<input type="text" style="width:85%" ng-model="panel.query">
<button class="btn" ng-click="get_data();"><i class="icon-search"></i></button>
</form>
</div>
<div class="span3"><h6>Map</h6>
<select class="input-small" ng-model="panel.map" ng-options="f for f in ['world','europe','usa']"></select></span>
</div>