Displaying 1 result from an estimated 1 matches for "044_add_vm_fields".
2010 Feb 25
2
[PATCH] Enhance vms display
...oring software, I have though it was acceptable.
Signed-off-by: Loiseleur Michel <mloiseleur at linagora.com>
---
src/app/controllers/pool_controller.rb | 6 ++--
src/app/views/vm/_form.rhtml | 10 ++++++--
src/app/views/vm/_grid.rhtml | 9 ++++---
src/db/migrate/044_add_vm_fields.rb | 34 ++++++++++++++++++++++++++++++++
4 files changed, 49 insertions(+), 10 deletions(-)
create mode 100644 src/db/migrate/044_add_vm_fields.rb
diff --git a/src/app/controllers/pool_controller.rb b/src/app/controllers/pool_controller.rb
index e86b064..e6c341d 100644
--- a/src/app/control...