mirror of
https://github.com/ceph/ceph
synced 2025-03-19 00:45:00 +00:00
mgr/dashboard: Fix variable capitalization in embedded rbd-details panel
Fix capitalization of image and pool variables in embedded grafana rbd-details panel Fixes: https://tracker.ceph.com/issues/67849 Signed-off-by: Juan Ferrer Toribio <22457707+juan-ferrer-toribio@users.noreply.github.com>
This commit is contained in:
parent
f689bb8f7f
commit
dfca044b64
@ -25,7 +25,7 @@ export class RbdDetailsComponent implements OnChanges {
|
||||
|
||||
ngOnChanges() {
|
||||
if (this.selection) {
|
||||
this.rbdDashboardUrl = `rbd-details?var-Pool=${this.selection['pool_name']}&var-Image=${this.selection['name']}`;
|
||||
this.rbdDashboardUrl = `rbd-details?var-pool=${this.selection['pool_name']}&var-image=${this.selection['name']}`;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user