Skip to content

Commit 8200345

Browse files
authored
Merge pull request ceph#59575 from juan-ferrer-toribio/tracker-67849
mgr/dashboard: Fix variable capitalization in embedded rbd-details panel Reviewed-by: Nizamudeen A <[email protected]>
2 parents 4ee8e59 + dfca044 commit 8200345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class RbdDetailsComponent implements OnChanges {
2525

2626
ngOnChanges() {
2727
if (this.selection) {
28-
this.rbdDashboardUrl = `rbd-details?var-Pool=${this.selection['pool_name']}&var-Image=${this.selection['name']}`;
28+
this.rbdDashboardUrl = `rbd-details?var-pool=${this.selection['pool_name']}&var-image=${this.selection['name']}`;
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)