UI changes
This commit is contained in:
parent
682eab13b0
commit
5185650903
@ -260,7 +260,7 @@
|
|||||||
|
|
||||||
<mat-form-field style="width:40%">
|
<mat-form-field style="width:40%">
|
||||||
|
|
||||||
<mat-label>Vintage</mat-label>
|
<mat-label>Age of Asset in Years</mat-label>
|
||||||
<input matInput autocomplete="off" placeholder="eg.999" formControlName="vintage_personal" minlength="1" maxlength="3" (keypress)="keyPress($event)" (keyup)="calculateVintagePurchase($event.target.value,i,3)">
|
<input matInput autocomplete="off" placeholder="eg.999" formControlName="vintage_personal" minlength="1" maxlength="3" (keypress)="keyPress($event)" (keyup)="calculateVintagePurchase($event.target.value,i,3)">
|
||||||
<!-- <mat-error> Invalid format</mat-error> -->
|
<!-- <mat-error> Invalid format</mat-error> -->
|
||||||
|
|
||||||
@ -295,6 +295,12 @@
|
|||||||
|
|
||||||
</mat-card-content>
|
</mat-card-content>
|
||||||
<mat-card-actions>
|
<mat-card-actions>
|
||||||
|
<div align="right">
|
||||||
|
<button type="button" mat-raised-button mat-icon-button (click)="removeAssetsDetails(i,1)"
|
||||||
|
matTooltip="Delete Other Assets" matTooltipPosition="above" class="mr-1 mb-1 hover-icon" *ngIf="_assetsQuesFrom.controls.assets_details.controls.length > 1">
|
||||||
|
<mat-icon>delete</mat-icon>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<button type="button" mat-flat-button (click)="addAssetDetails($event,1); false"
|
<button type="button" mat-flat-button (click)="addAssetDetails($event,1); false"
|
||||||
matTooltip="Add More" matTooltipPosition="above" color="primary" *ngIf="last">
|
matTooltip="Add More" matTooltipPosition="above" color="primary" *ngIf="last">
|
||||||
@ -305,12 +311,6 @@
|
|||||||
matTooltip="Delete"matTooltipPosition="left" color="primary" *ngIf="!last">
|
matTooltip="Delete"matTooltipPosition="left" color="primary" *ngIf="!last">
|
||||||
<strong>Delete Other Assets </strong>
|
<strong>Delete Other Assets </strong>
|
||||||
</button> -->
|
</button> -->
|
||||||
<div align="right">
|
|
||||||
<button type="button" mat-raised-button mat-icon-button (click)="removeAssetsDetails(i,1)"
|
|
||||||
matTooltip="Delete Other Assets" matTooltipPosition="above" class="mr-1 mb-1 hover-icon" *ngIf="!last" >
|
|
||||||
<mat-icon>delete</mat-icon>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</mat-card-actions>
|
</mat-card-actions>
|
||||||
</mat-card>
|
</mat-card>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user