+
+
+ device.wizard.existing-device-profile
+
+
+ device.wizard.new-device-profile
+
+
+
+
+
+
+ device-profile.new-device-profile-name
+
+
+ {{ 'device-profile.new-device-profile-name-required' | translate }}
+
+
-
-
- {{ 'device.is-gateway' | translate }}
-
-
- {{ 'device.overwrite-activity-time' | translate }}
-
+
+
+
-
- device.description
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ 'device.credentials' | translate }}
-
-
-
- {{ 'customer.customer' | translate }}
-
-
-
-
-
+
+
+ {{ 'device.is-gateway' | translate }}
+
+
+ {{ 'device.overwrite-activity-time' | translate }}
+
+
+
+ device.description
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'device.credentials' | translate }}
+
+
+
+ {{ 'customer.customer' | translate }}
+
+
+
+
+
+
@@ -191,8 +191,8 @@
[disabled]="(isLoading$ | async)"
(click)="nextStep()">{{ 'action.next-with-label' | translate:{label: (getFormLabel(this.selectedIndex+1) | translate)} }}
-
-
+
+
diff --git a/ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.scss b/ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.scss
index 292d6b3867..6d8f1f76ca 100644
--- a/ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.scss
+++ b/ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.scss
@@ -15,6 +15,15 @@
*/
@import "../../../../../scss/constants";
+:host {
+ height: 100%;
+ display: grid;
+
+ .dialog-actions-row {
+ padding: 8px;
+ }
+}
+
:host-context(.tb-fullscreen-dialog .mat-mdc-dialog-container) {
@media #{$mat-lt-sm} {
.mat-mdc-dialog-content {