Commit 245bbd7c authored by Dietmar Maurer's avatar Dietmar Maurer

Clone: correctly pass pool parameter

parent 2200c479
......@@ -14,6 +14,10 @@ Ext.define('PVE.window.Clone', {
params.snapname = values.snapname;
}
if (values.pool) {
params.pool = values.pool;
}
if (values.name) {
params.name = values.name;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment