Skip to content

Commit

Permalink
Removed unused modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoder committed Mar 14, 2024
1 parent 17d1d98 commit 74e4574
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions web/thinedgeprofile/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@ import { SubAssetsModule } from "@c8y/ngx-components/sub-assets";
import { ChildDevicesModule } from "@c8y/ngx-components/child-devices";
import { DeviceProfileModule } from "@c8y/ngx-components/device-profile";
import { DeviceShellModule } from "@c8y/ngx-components/device-shell";
import { DeviceListModule } from "@c8y/ngx-components/device-list";
import { OperationsModule } from "@c8y/ngx-components/operations";
import { ImpactProtocolModule } from "@c8y/ngx-components/protocol-impact";
import { OpcuaProtocolModule } from "@c8y/ngx-components/protocol-opcua";
import { RepositoryModule } from "@c8y/ngx-components/repository";
import { ServicesModule } from "@c8y/ngx-components/services";
import { TrustedCertificatesModule } from "@c8y/ngx-components/trusted-certificates";
import {
DashboardUpgradeModule,
HybridAppModule,
Expand All @@ -23,15 +18,10 @@ import {
} from "@c8y/ngx-components/upgrade";
import { BinaryFileDownloadModule } from "@c8y/ngx-components/binary-file-download";
import { SearchModule } from "@c8y/ngx-components/search";
import { LpwanProtocolModule } from "@c8y/ngx-components/protocol-lpwan";
import {
DeviceManagementHomeDashboardModule,
DeviceInfoDashboardModule,
} from "@c8y/ngx-components/context-dashboard";
import { RegisterDeviceModule } from "@c8y/ngx-components/register-device";
import { SigfoxDeviceRegistrationModule } from "@c8y/ngx-components/sigfox-device-registration";
import { ActilityDeviceRegistrationModule } from "@c8y/ngx-components/actility-device-registration";
import { LoriotDeviceRegistrationModule } from "@c8y/ngx-components/loriot-device-registration";
import { DiagnosticsModule } from "@c8y/ngx-components/diagnostics";
import { ThinEdgeProfileModule } from "./plugin/thinedgeprofile.module";

Expand All @@ -50,28 +40,18 @@ import { ThinEdgeProfileModule } from "./plugin/thinedgeprofile.module";
smartGroups: true,
}),
OperationsModule,
//OpcuaProtocolModule,
//ImpactProtocolModule,
//TrustedCertificatesModule,
NgUpgradeModule,
DashboardUpgradeModule,
RepositoryModule,
DeviceProfileModule,
BinaryFileDownloadModule,
SearchModule,
//ServicesModule,
//LpwanProtocolModule,
SubAssetsModule,
ChildDevicesModule,
DeviceManagementHomeDashboardModule,
DeviceInfoDashboardModule,
//RegisterDeviceModule,
//SigfoxDeviceRegistrationModule,
//ActilityDeviceRegistrationModule,
//LoriotDeviceRegistrationModule,
DeviceShellModule,
DiagnosticsModule,
//DeviceListModule,
ThinEdgeProfileModule,
],
})
Expand Down

0 comments on commit 74e4574

Please sign in to comment.