apply table-striped bootstrap class

This commit is contained in:
Garry Henderson 2020-07-23 15:20:27 +01:00 committed by Dillon-Brown
parent 05e4028265
commit f00ec67432

View file

@ -1,5 +1,5 @@
<ng-container *ngIf="(vm$ | async) as vm">
<table cdk-table [dataSource]="dataSource$" aria-describedby="table-body" class="list-view-table table">
<table cdk-table [dataSource]="dataSource$" aria-describedby="table-body" class="list-view-table table-striped table">
<ng-container cdkColumnDef="checkbox">
<th cdk-header-cell scope="col" *cdkHeaderCellDef class="primary-table-header"></th>