Skip to content
Snippets Groups Projects
Commit edd8beeb authored by Petra Tsesmetzi's avatar Petra Tsesmetzi
Browse files

deleted minus button in software

parent 33c854ed
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
</mat-card-header>
<mat-card-content *ngIf="isExpanded[i]">
<app-dcc-localised-string [isRequired]="true" [placeholder]="'Name'"
[strings]="software.name!"></app-dcc-localised-string>
[strings]="software.name!"></app-dcc-localised-string>
<div class="dcc-row">
<div class="label-container">
<label for="version">{{'dcc.software.version' | translate}}<span class="asterix">*</span></label>
......@@ -49,13 +49,12 @@
<input [(ngModel)]=software.version id="version" matInput name="version" required>
</mat-form-field>
</div>
<button (click)="list.splice(i, 1);isExpanded.splice(i,1)" *ngIf="list!.length > 1" class="custom-circle-button-md" color="accent"
mat-icon-button>
<button (click)="list.splice(i, 1);isExpanded.splice(i,1)" *ngIf="list!.length > 1" class="custom-circle-button-md"
color="accent" mat-icon-button>
<mat-icon>remove_circle</mat-icon>
</button>
</mat-card-content>
</mat-card>
<button (click)="addEmptySoftwareDto();addExpanded()" class="custom-circle-button-md" color="primary"
mat-icon-button>
<button (click)="addEmptySoftwareDto();addExpanded()" class="custom-circle-button-md" color="primary" mat-icon-button>
<mat-icon>add_circle</mat-icon>
</button>
</button>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment