Skip to content

Commit

Permalink
mgr/dashboard: fix restored RBD image naming issue (ceph#31590)
Browse files Browse the repository at this point in the history
mgr/dashboard: fix restored RBD image naming issue

Reviewed-by: Laura Paduano <[email protected]>
Reviewed-by: Tiago Melo <[email protected]>
  • Loading branch information
Lenz Grimmer authored Nov 20, 2019
2 parents 754f536 + b0013cd commit 6de9592
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export class RbdService {
});
}

restoreTrash(poolName, namespace, imageId, newImageName) {
restoreTrash(poolName, namespace, imageId, @cdEncodeNot newImageName) {
const imageSpec = this.getImageSpec(poolName, namespace, imageId);
return this.http.post(
`api/block/image/trash/${encodeURIComponent(imageSpec)}/restore`,
Expand Down

0 comments on commit 6de9592

Please sign in to comment.