blob: 52b05d697374221dfb42f53d69fc5fba0be91cad [file] [log] [blame]
<table class="table">
<tr ng-repeat="profile in vm.profiles">
<td>{{profile.Name}}</td>
<td>{{profile.DlAllocRBRate}}</td>
<td>{{profile.Start}}</td>
<td>{{profile.End}}</td>
</tr>
</table>