Removing new version from file option for description templates
This commit is contained in:
parent
fbf5f65318
commit
5d0c8d97e5
|
@ -101,9 +101,6 @@
|
|||
<button mat-menu-item [routerLink]="['/description-templates/new-version/', row.id]">
|
||||
<mat-icon>queue</mat-icon>{{'DESCRIPTION-TEMPLATE-LISTING.ACTIONS.NEW-VERSION' | translate}}
|
||||
</button>
|
||||
<button mat-menu-item (click)="newVersionFromFile(row.id, row.label)">
|
||||
<mat-icon>file_copy</mat-icon>{{'DESCRIPTION-TEMPLATE-LISTING.ACTIONS.NEW-VERSION-FROM-FILE' | translate}}
|
||||
</button>
|
||||
<button mat-menu-item [routerLink]="['/description-templates/clone/', row.id]">
|
||||
<mat-icon>content_copy</mat-icon>{{'DESCRIPTION-TEMPLATE-LISTING.ACTIONS.CLONE' | translate}}
|
||||
</button>
|
||||
|
|
|
@ -1098,7 +1098,6 @@
|
|||
"CLONE": "Clone",
|
||||
"DOWNLOAD-XML": "Download XML",
|
||||
"NEW-VERSION": "New Version",
|
||||
"NEW-VERSION-FROM-FILE": "New Version from File",
|
||||
"VIEW-VERSIONS": "All Description Template Versions"
|
||||
},
|
||||
"IMPORT": {
|
||||
|
|
Loading…
Reference in New Issue