]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/pg-category.service.ts
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / shared / pg-category.service.ts
index 79c2bcc984b5d957e6d6cf533f42fb532011658a..cf77649502a59b64687334a2642a120d88d48a20 100644 (file)
@@ -52,7 +52,7 @@ export class PgCategoryService {
     );
   }
 
-  private getPgStatesFromText(pgStatesText) {
+  private getPgStatesFromText(pgStatesText: string) {
     const pgStates = pgStatesText
       .replace(/[^a-z]+/g, ' ')
       .trim()