mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5606: UI > Copy Template action, Copy ISO action is now availble to region-wide secondary storage (S3, Swift).
This commit is contained in:
parent
b8e1411923
commit
2a56f64d93
|
|
@ -1812,9 +1812,12 @@
|
|||
} else {
|
||||
allowedActions.push("edit");
|
||||
|
||||
allowedActions.push("copyTemplate");
|
||||
/*
|
||||
if(g_regionsecondaryenabled != true) {
|
||||
allowedActions.push("copyTemplate");
|
||||
}
|
||||
*/
|
||||
|
||||
//allowedActions.push("createVm"); // For Beta2, this simply doesn't work without a network.
|
||||
}
|
||||
|
|
@ -1850,9 +1853,12 @@
|
|||
} else {
|
||||
allowedActions.push("edit");
|
||||
|
||||
allowedActions.push("copyISO");
|
||||
/*
|
||||
if(g_regionsecondaryenabled != true) {
|
||||
allowedActions.push("copyISO");
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
// "Create VM"
|
||||
|
|
|
|||
Loading…
Reference in New Issue