mirror of
https://github.com/ceph/ceph
synced 2025-02-21 09:57:26 +00:00
mgr/dashboard: fix restored RBD image naming issue (#31590)
mgr/dashboard: fix restored RBD image naming issue Reviewed-by: Laura Paduano <lpaduano@suse.com> Reviewed-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
commit
6de9592862
@ -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`,
|
||||
|
Loading…
Reference in New Issue
Block a user