search for: cfa29a7

Displaying 1 result from an estimated 1 matches for "cfa29a7".

Did you mean: ac9a29a7
2010 Sep 01
1
[PATCH 1/3] Adding the VM Pool migration for vms
...Pool changed for this Virtual Machine" } + end + protected def _setup_provisioning_options @provisioning_options = [[Vm::PXE_OPTION_LABEL, Vm::PXE_OPTION_VALUE], diff --git a/src/app/views/vm/edit_vmpool.rhtml b/src/app/views/vm/edit_vmpool.rhtml new file mode 100644 index 0000000..cfa29a7 --- /dev/null +++ b/src/app/views/vm/edit_vmpool.rhtml @@ -0,0 +1,36 @@ +<%- content_for :title do -%> + Change VM Pool +<%- end -%> +<%- content_for :description do -%> + Please choose pool destination. +<%- end -%> + +<form method="POST" id="change_vmpo...