5 lines
219 B
HTML
5 lines
219 B
HTML
<div data-ng-repeat="metric in metrics" class="subcomponent__live subcomponent__small">
|
|
<h2>Graph - {{metric.title}}</h2>
|
|
<iframe src="{{metric.iframeUrl}}" width="450" height="200" frameborder="0"></iframe>
|
|
</div>
|