comment out download/import xml of a blueprint

This commit is contained in:
Bernaldo Mihasi 2023-09-21 10:21:00 +03:00
parent 79aaf23bb6
commit 9cc42c57e9
2 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,10 @@
{{'DMP-PROFILE-EDITOR.ACTIONS.DELETE' | translate}} {{'DMP-PROFILE-EDITOR.ACTIONS.DELETE' | translate}}
</button> </button>
</div> </div>
<div class="col-auto" *ngIf="formGroup.get('status').value==1"> <!-- <div class="col-auto" *ngIf="formGroup.get('status').value==1">
<button mat-button class="finalize-btn" (click)="downloadXML()" <button mat-button class="finalize-btn" (click)="downloadXML()"
type="button">{{'DMP-PROFILE-EDITOR.ACTIONS.DOWNLOAD-XML' | translate }}</button> type="button">{{'DMP-PROFILE-EDITOR.ACTIONS.DOWNLOAD-XML' | translate }}</button>
</div> </div> -->
<div *ngIf="formGroup.get('status').value!=1" class="col-auto"> <div *ngIf="formGroup.get('status').value!=1" class="col-auto">
<button mat-button class="finalize-btn" (click)="finalize()" <button mat-button class="finalize-btn" (click)="finalize()"
[disabled]="!this.isFormValid()" type="button">{{'DMP-PROFILE-EDITOR.ACTIONS.FINALIZE' | translate }}</button> [disabled]="!this.isFormValid()" type="button">{{'DMP-PROFILE-EDITOR.ACTIONS.FINALIZE' | translate }}</button>

View File

@ -6,11 +6,11 @@
</div> </div>
<div class="col"></div> <div class="col"></div>
<div class="col-auto"> <div class="col-auto">
<button mat-raised-button class="import-btn" (click)="openDialog()"> <!-- <button mat-raised-button class="import-btn" (click)="openDialog()">
<span class="button-text"> <span class="button-text">
{{'DMP-PROFILE-LISTING.UPLOAD.UPLOAD-XML' | translate}} {{'DMP-PROFILE-LISTING.UPLOAD.UPLOAD-XML' | translate}}
</span> </span>
</button> </button> -->
<button mat-raised-button class="create-btn ml-md-3" [routerLink]="['/dmp-profiles/new'] "> <button mat-raised-button class="create-btn ml-md-3" [routerLink]="['/dmp-profiles/new'] ">
<span class="button-text"> <span class="button-text">
{{'DMP-PROFILE-LISTING.CREATE-DMP-BLUEPRINT' | translate}} {{'DMP-PROFILE-LISTING.CREATE-DMP-BLUEPRINT' | translate}}