blob: 95ff31dd22895ad70ae57bd04c0686dc73620a5a [file] [log] [blame]
<app-layout>
<mat-toolbar class="page-header" role="heading">
<h1>Instance List</h1>
</mat-toolbar>
<div class="tables-wrapper">
<app-services-table [servicesTableData$]="servicesTableData$"></app-services-table>
</div>
<app-footer></app-footer>
</app-layout>