Skip to content

Commit 8e540ce

Browse files
committed
IOT-403 set name to optional
1 parent 9023192 commit 8e540ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/device-model/device-model-edit/device-model-edit.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Name -->
1111
<div class="row mb-2">
1212
<div class="form-group mt-3 col-12">
13-
<label class="form-label" for="name">{{'QUESTION.DEVICE-MODEL.GIVE-NAME' | translate}}</label>*
13+
<label class="form-label" for="name">{{'QUESTION.DEVICE-MODEL.GIVE-NAME' | translate}}</label>
1414
<input type="text" class="form-control" id="name" name="name"
1515
[placeholder]="'QUESTION.DEVICE-MODEL.GIVE-NAME-PLACEHOLDER' | translate" maxlength="50" required
1616
[(ngModel)]="deviceModel.body.name"

0 commit comments

Comments
 (0)