CS-16573: cloudstack UI - upload volume, create template from volume, create template from snapshot, create volume from snapshot - apply action filter back.

This commit is contained in:
Jessica Wang 2012-10-23 13:57:21 -07:00
parent 145d0a7f76
commit d1493880f0
1 changed files with 2 additions and 4 deletions

View File

@ -1457,7 +1457,7 @@
}
}
}
allowedActions.push("createTemplate");
return allowedActions;
};
@ -1474,9 +1474,7 @@
allowedActions.push("createVolume");
}
allowedActions.push("remove");
allowedActions.push("createVolume");
allowedActions.push("createTemplate");
return allowedActions;
}