blob: 52b05d697374221dfb42f53d69fc5fba0be91cad [file] [log] [blame]
Matteo Scandolobe342fa2016-06-08 15:54:55 -07001<table class="table">
2 <tr ng-repeat="profile in vm.profiles">
3 <td>{{profile.Name}}</td>
4 <td>{{profile.DlAllocRBRate}}</td>
5 <td>{{profile.Start}}</td>
6 <td>{{profile.End}}</td>
7 </tr>
8</table>