CLOUDSTACK-5606: UI > Copy Template action, Copy ISO action is now availble to region-wide secondary storage (S3, Swift).

This commit is contained in:
Jessica Wang 2013-12-23 11:33:39 -08:00
parent b8e1411923
commit 2a56f64d93
1 changed files with 6 additions and 0 deletions

View File

@ -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"