]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/services/rbd-configuration.service.ts
import ceph nautilus 14.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / services / rbd-configuration.service.ts
index cf56d64d87beaa655ef318735658eb84e65a7911..10a0ac7060ec1621e95c4fca16619c28d57fb101 100644 (file)
@@ -7,7 +7,6 @@ import {
   RbdConfigurationSection,
   RbdConfigurationType
 } from '../models/configuration';
-import { ServicesModule } from './services.module';
 
 /**
  * Define here which options should be made available under which section heading.
@@ -15,7 +14,7 @@ import { ServicesModule } from './services.module';
  * this information.
  */
 @Injectable({
-  providedIn: ServicesModule
+  providedIn: 'root'
 })
 export class RbdConfigurationService {
   readonly sections: RbdConfigurationSection[];