Skip to content
Snippets Groups Projects
Commit 17ba1575 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #12567 TIME 1:00 block point in entity id in front

parent 4014d574
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<div class="col-sm-12"> <div class="col-sm-12">
<mat-form-field> <mat-form-field>
<input matInput [(ngModel)]="currentEntity.entity_id" required name="entity_id" id="entity_id" title="{{lang.id}}" type="text" <input matInput [(ngModel)]="currentEntity.entity_id" required name="entity_id" id="entity_id" title="{{lang.id}}" type="text"
placeholder="{{lang.id}}" [disabled]="!creationMode" maxlength="32" pattern="^[\w.-]*$"> placeholder="{{lang.id}}" [disabled]="!creationMode" maxlength="32" pattern="^[\w-]*$">
</mat-form-field> </mat-form-field>
</div> </div>
</div> </div>
......
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