We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2841536 commit 9023192Copy full SHA for 9023192
src/app/applications/iot-devices/iot-device-edit/iot-device-edit.component.html
@@ -40,15 +40,6 @@
40
</div>
41
</label>
42
43
- <div class="form-check-inline radio-image">
44
- <label class="form-check-label d-flex flex-column-reverse">
45
- <input attr.aria-label="NB-IoT" type="radio" name="type" value="NBIOT" class="form-check-input" required
46
- [(ngModel)]="iotDevice.type" [attr.disabled]="editmode ? '' : null">
47
- <div class="image-container">
48
- <img src="assets/images/nbiot.png" alt="NB-IoT">
49
- </div>
50
- </label>
51
52
53
54
0 commit comments