]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.ts
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / rgw / rgw-daemon-details / rgw-daemon-details.component.ts
index ff9badf3d8977d14932ec283c66f48f73f5324f9..c78754890dbc5afd3d6b3ec94e809390af84b230 100644 (file)
@@ -38,7 +38,7 @@ export class RgwDaemonDetailsComponent implements OnChanges {
     if (_.isEmpty(this.serviceId)) {
       return;
     }
-    this.rgwDaemonService.get(this.serviceId).subscribe((resp) => {
+    this.rgwDaemonService.get(this.serviceId).subscribe((resp: any) => {
       this.metadata = resp['rgw_metadata'];
     });
   }