<div data-ng-repeat="(metric, iframeUrl) in param.service.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>