]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/view-cache/view-cache.component.ts
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / view-cache / view-cache.component.ts
index b0a806d0d47243013303b7cc80dba7a43e3aaff4..7370b07ae8b652a816aa254b0dc974fc5dee1043 100644 (file)
@@ -1,6 +1,6 @@
 import { Component, Input, OnInit } from '@angular/core';
 
-import { ViewCacheStatus } from '../../../shared/enum/view-cache-status.enum';
+import { ViewCacheStatus } from '../../enum/view-cache-status.enum';
 
 @Component({
   selector: 'cd-view-cache',