Suppression de la colonne du lustre dans la liste des recettes car elle était redondante
This commit is contained in:
parent
d49e013405
commit
f6bbc51bdc
|
@ -56,11 +56,6 @@
|
|||
</td>
|
||||
</ng-container>
|
||||
|
||||
<ng-container matColumnDef="gloss">
|
||||
<th mat-header-cell *matHeaderCellDef>Lustre</th>
|
||||
<td mat-cell *matCellDef="let recipe">{{recipe.gloss}}%</td>
|
||||
</ng-container>
|
||||
|
||||
<ng-container matColumnDef="sample">
|
||||
<th mat-header-cell *matHeaderCellDef>Échantillon</th>
|
||||
<td mat-cell *matCellDef="let recipe">
|
||||
|
|
|
@ -17,7 +17,7 @@ import {Config} from '../../../shared/model/config.model'
|
|||
})
|
||||
export class ListComponent extends ErrorHandlingComponent {
|
||||
recipes: { company: string, recipes: Recipe[] }[] = []
|
||||
tableCols = ['name', 'description', 'color', 'gloss', 'sample', 'iconNotApproved', 'buttonView', 'buttonEdit']
|
||||
tableCols = ['name', 'description', 'color', 'sample', 'iconNotApproved', 'buttonView', 'buttonEdit']
|
||||
searchQuery = ''
|
||||
panelForcedExpanded = false
|
||||
hiddenRecipes = []
|
||||
|
|
Loading…
Reference in New Issue