Thibault Cohen 8d8ecfc58c Add generic graph to service detail page
Change-Id: I2842b21a170cad2cf790d20886de514be14a819b
2015-06-19 13:45:24 -04:00

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>