From 4fc21755eb312d09b8e78782357206fba8c44f57 Mon Sep 17 00:00:00 2001 From: Ouertani Date: Sun, 23 Jan 2022 10:41:26 +0100 Subject: [PATCH] #5948 snpm -> snmp --- .../app/modules/home/components/home-components.module.ts | 2 +- .../snmp-device-profile-communication-config.component.html | 0 .../snmp-device-profile-communication-config.component.scss | 0 .../snmp-device-profile-communication-config.component.ts | 0 .../snmp-device-profile-mapping.component.html | 0 .../snmp-device-profile-mapping.component.scss | 0 .../{snpm => snmp}/snmp-device-profile-mapping.component.ts | 0 ...mp-device-profile-transport-configuration.component.html | 0 ...snmp-device-profile-transport-configuration.component.ts | 0 .../{snpm => snmp}/snmp-device-profile-transport.module.ts | 6 +++--- 10 files changed, 4 insertions(+), 4 deletions(-) rename ui-ngx/src/app/modules/home/components/profile/device/{snpm => snmp}/snmp-device-profile-communication-config.component.html (100%) rename ui-ngx/src/app/modules/home/components/profile/device/{snpm => snmp}/snmp-device-profile-communication-config.component.scss (100%) rename ui-ngx/src/app/modules/home/components/profile/device/{snpm => snmp}/snmp-device-profile-communication-config.component.ts (100%) rename ui-ngx/src/app/modules/home/components/profile/device/{snpm => snmp}/snmp-device-profile-mapping.component.html (100%) rename ui-ngx/src/app/modules/home/components/profile/device/{snpm => snmp}/snmp-device-profile-mapping.component.scss (100%) rename ui-ngx/src/app/modules/home/components/profile/device/{snpm => snmp}/snmp-device-profile-mapping.component.ts (100%) rename ui-ngx/src/app/modules/home/components/profile/device/{snpm => snmp}/snmp-device-profile-transport-configuration.component.html (100%) rename ui-ngx/src/app/modules/home/components/profile/device/{snpm => snmp}/snmp-device-profile-transport-configuration.component.ts (100%) rename ui-ngx/src/app/modules/home/components/profile/device/{snpm => snmp}/snmp-device-profile-transport.module.ts (87%) diff --git a/ui-ngx/src/app/modules/home/components/home-components.module.ts b/ui-ngx/src/app/modules/home/components/home-components.module.ts index b88a3e6430..0c58328e46 100644 --- a/ui-ngx/src/app/modules/home/components/home-components.module.ts +++ b/ui-ngx/src/app/modules/home/components/home-components.module.ts @@ -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 { diff --git a/ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-communication-config.component.html b/ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-communication-config.component.html similarity index 100% rename from ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-communication-config.component.html rename to ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-communication-config.component.html diff --git a/ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-communication-config.component.scss b/ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-communication-config.component.scss similarity index 100% rename from ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-communication-config.component.scss rename to ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-communication-config.component.scss diff --git a/ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-communication-config.component.ts b/ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-communication-config.component.ts similarity index 100% rename from ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-communication-config.component.ts rename to ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-communication-config.component.ts diff --git a/ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-mapping.component.html b/ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-mapping.component.html similarity index 100% rename from ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-mapping.component.html rename to ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-mapping.component.html diff --git a/ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-mapping.component.scss b/ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-mapping.component.scss similarity index 100% rename from ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-mapping.component.scss rename to ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-mapping.component.scss diff --git a/ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-mapping.component.ts b/ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-mapping.component.ts similarity index 100% rename from ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-mapping.component.ts rename to ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-mapping.component.ts diff --git a/ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-transport-configuration.component.html b/ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-transport-configuration.component.html similarity index 100% rename from ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-transport-configuration.component.html rename to ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-transport-configuration.component.html diff --git a/ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-transport-configuration.component.ts b/ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-transport-configuration.component.ts similarity index 100% rename from ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-transport-configuration.component.ts rename to ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-transport-configuration.component.ts diff --git a/ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-transport.module.ts b/ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-transport.module.ts similarity index 87% rename from ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-transport.module.ts rename to ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-transport.module.ts index e962b5d068..5388ae6132 100644 --- a/ui-ngx/src/app/modules/home/components/profile/device/snpm/snmp-device-profile-transport.module.ts +++ b/ui-ngx/src/app/modules/home/components/profile/device/snmp/snmp-device-profile-transport.module.ts @@ -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: [