Skip to content
Snippets Groups Projects
Verified Commit 28810d30 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #12091 TIME 0:15 add technical id in custom fields

parent 4ccd3df5
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,10 @@
</mat-panel-description>
</mat-expansion-panel-header>
<div class="col-md-12">
<mat-form-field>
<input matInput name="id" [(ngModel)]="custom.id" disabled
[placeholder]="lang.technicalId" [value]="custom.id">
</mat-form-field>
<mat-form-field>
<input matInput name="label" [(ngModel)]="custom.label"
[placeholder]="lang.label" [value]="custom.label">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment