mirror of https://github.com/grafana/grafana
Fixed issue where panels would register twice. This breaks nice adding of new panels, working on it now
parent
a76ceba30f
commit
d8f2d412cd
@ -1,3 +1,5 @@ |
||||
<kibana-panel ng-controller='histogram' style="height:{{row.height}}"> |
||||
<div histogram params="{{panel}}" style="height:{{row.height}}"></div> |
||||
<div> |
||||
<div histogram params="{{panel}} clearfix" style="height:{{row.height}}"></div> |
||||
</div> |
||||
</kibana-panel> |
@ -1,4 +1,4 @@ |
||||
<div ng-controller="text"> |
||||
<div> |
||||
<label class="small">Font Size</label> <select class="input-mini" 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> |
||||
<label class=small>Content</label> |
||||
<textarea ng-model="panel.content" rows="6" style="width:95%"></textarea> |
||||
|
Loading…
Reference in new issue