Displaying 4 results from an estimated 4 matches for "host_service".
Did you mean:
hosts_service
2009 Aug 18
1
[PATCH server] Add of a button destroy for disabled hosts.
Add of a button destroy for disabled hosts.
This button behave in a similar way than the delete button of a VM.
Signed-off-by: Sylvain Desbureaux
<sylvain.desbureaux at orange-ftgroup.com>
---
src/app/controllers/host_controller.rb | 5 +++++
src/app/services/host_service.rb | 15 +++++++++++++++
src/app/views/host/show.rhtml | 17 +++++++++++++++++
3 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/src/app/controllers/host_controller.rb
b/src/app/controllers/host_controller.rb
index 20e9fca..3ecb132 100644
--- a/src/app/controllers/h...
2009 May 19
1
re-sending outstanding controller refactoring patches after rebase
I've rebased the patch series to the current next branch and am sending them again.
2009 Nov 03
0
[PATCH server] suggest ip address for nics/bondings on edit host/vm network forms
...c/app/controllers/vm_controller.rb | 2 +-
src/app/models/ip_address.rb | 52 +++++++++++++++++++++++++++++++++
src/app/models/network.rb | 11 +++++++
src/app/models/physical_network.rb | 6 ++++
src/app/models/vlan.rb | 6 ++++
src/app/services/host_service.rb | 2 +
src/app/views/host/edit_network.rhtml | 4 ++-
src/test/unit/ip_address_test.rb | 17 +++++++++++
src/test/unit/network_test.rb | 19 ++++++++++++
9 files changed, 117 insertions(+), 2 deletions(-)
diff --git a/src/app/controllers/vm_controller.rb b/src/app/co...
2009 Oct 06
0
[PATCH server] new host networking wui
Frontend and backend changes needed to implement
http://ovirt.org/page/Networking_UX#Option_3
---
src/app/controllers/host_controller.rb | 38 ++-
src/app/services/host_service.rb | 35 ++
src/app/views/host/edit_network.rhtml | 593 ++++++++++++++++++++++++++++----
src/public/stylesheets/components.css | 76 ++++
4 files changed, 676 insertions(+), 66 deletions(-)
diff --git a/src/app/controllers/host_controller.rb b/src/app/controllers/host_controller.rb
i...