Files
grafana/panels/text/module.html
T

4 lines
162 B
HTML

<div ng-controller='text'>
<h4 ng-class="{'ng-cloak': !panel.title}">{{panel.title}}</h4>
<p style="font-size:{{panel.fontsize}}">{{panel.content}}</p>
</div>