Merge pull request #5950 from ouertani/TB-5948

#5948 snpm -> snmp
This commit is contained in:
Igor Kulikov 2022-01-24 12:23:38 +02:00 committed by GitHub
commit 5300372b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 4 additions and 4 deletions

View File

@ -138,7 +138,7 @@ import { DisplayWidgetTypesPanelComponent } from '@home/components/dashboard-pag
import { AlarmDurationPredicateValueComponent } from '@home/components/profile/alarm/alarm-duration-predicate-value.component';
import { DashboardImageDialogComponent } from '@home/components/dashboard-page/dashboard-image-dialog.component';
import { WidgetContainerComponent } from '@home/components/widget/widget-container.component';
import { SnmpDeviceProfileTransportModule } from '@home/components/profile/device/snpm/snmp-device-profile-transport.module';
import { SnmpDeviceProfileTransportModule } from '@home/components/profile/device/snmp/snmp-device-profile-transport.module';
import { DeviceCredentialsModule } from '@home/components/device/device-credentials.module';
import { DeviceProfileCommonModule } from '@home/components/profile/device/common/device-profile-common.module';
import {

View File

@ -17,9 +17,9 @@
import { NgModule } from '@angular/core';
import { SharedModule } from '@shared/shared.module';
import { CommonModule } from '@angular/common';
import { SnmpDeviceProfileTransportConfigurationComponent } from '@home/components/profile/device/snpm/snmp-device-profile-transport-configuration.component';
import { SnmpDeviceProfileCommunicationConfigComponent } from '@home/components/profile/device/snpm/snmp-device-profile-communication-config.component';
import { SnmpDeviceProfileMappingComponent } from '@home/components/profile/device/snpm/snmp-device-profile-mapping.component';
import { SnmpDeviceProfileTransportConfigurationComponent } from '@home/components/profile/device/snmp/snmp-device-profile-transport-configuration.component';
import { SnmpDeviceProfileCommunicationConfigComponent } from '@home/components/profile/device/snmp/snmp-device-profile-communication-config.component';
import { SnmpDeviceProfileMappingComponent } from '@home/components/profile/device/snmp/snmp-device-profile-mapping.component';
@NgModule({
declarations: [