Browse Source

Removed "Alarm rules" step from setting up device profile

pull/15318/merge
Maksym Tsymbarov 2 months ago
committed by Vladyslav Prykhodko
parent
commit
dd40e7fa0d
  1. 2
      ui-ngx/src/app/modules/home/components/profile/add-device-profile-dialog.component.ts

2
ui-ngx/src/app/modules/home/components/profile/add-device-profile-dialog.component.ts

@ -217,8 +217,6 @@ export class AddDeviceProfileDialogComponent extends
case 1:
return 'device-profile.transport-configuration';
case 2:
return 'device-profile.alarm-rules';
case 3:
return 'device-profile.device-provisioning';
}
}

Loading…
Cancel
Save