blob: 47dc5331077faa46b072b022df8814c42eba4525 [file] [log] [blame]
<app-layout>
<mat-toolbar class="page-header" role="heading">
<h1>Service List</h1>
</mat-toolbar>
<div class="tables-wrapper">
<app-instances-table [instancesTableData$]="instancesTableData$"></app-instances-table>
</div>
<app-footer></app-footer>
</app-layout>