mirror of https://github.com/grafana/grafana
parent
b94ea26b9c
commit
0d8f1fab9b
@ -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>Font Size</h6> |
||||
<select class="input-small" ng-model="panel.style['font-size']" ng-options="f for f in ['6pt','7pt','8pt','10pt','12pt','14pt','16pt','18pt','20pt','24pt','28pt','32pt','36pt','42pt','48pt','52pt','60pt','72pt']"></select></span> |
||||
</div> |
@ -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> |
Loading…
Reference in new issue