<table class="table table-striped"> <thead> <tr> <th>Application</th> <th>Version</th> <th>Status</th> <th></th> <th></th> <th></th> </tr> </thead> <tbody> <tr ng-repeat="application in applications"> <td>{{ application.id }}</td> <td>{{ application.version }}</td> <td>{{ application.status }}</td> <td></td> <td> <!-- <button type="button" ng-click="editService(service.id)" class="btn btn-success">Edit</button> --> </td> </tr> </tbody> </table> Metrics-Endpoint