8d8ecfc58c
Change-Id: I2842b21a170cad2cf790d20886de514be14a819b
7 lines
262 B
HTML
7 lines
262 B
HTML
<div data-ng-repeat="(metric, iframeUrl) in iframeUrls" class="subcomponent__live subcomponent__small">
|
|
<h2>Graph - {{metric}}</h2>
|
|
<iframe src="{{iframeUrl}}" width="450" height="200" frameborder="0"></iframe>
|
|
<table class="data-table">
|
|
</table>
|
|
</div>
|