search for: show_host

Displaying 2 results from an estimated 2 matches for "show_host".

Did you mean: show_hosts
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...are shown (ex: no VMs in this pool) a specific graphic, message and improved action button are shown. For Task views, the user will see the current filter and an explanation that no tasks match that filter. Signed-off-by: Jeremy Perry <jeremy.perry at redhat.com> --- src/app/views/hardware/show_hosts.rhtml | 11 ++++------- src/app/views/hardware/show_storage.rhtml | 15 ++++++--------- src/app/views/hardware/show_vms.rhtml | 17 +++++++---------- src/app/views/network/list.html.erb | 9 ++++----- src/app/views/resources/show_vms.rhtml | 25 +++++++++++-...
2009 May 15
0
[PATCH server] final cleanup for service layer refactoring.
...| 1 - src/app/services/smart_pool_service.rb | 3 +- src/app/services/vm_resource_pool_service.rb | 1 - src/app/services/vm_service.rb | 24 +++++--- .../addhost.html.erb => hardware/addhost.rhtml} | 8 ++-- src/app/views/hardware/show_hosts.rhtml | 4 +- 19 files changed, 35 insertions(+), 218 deletions(-) rename src/app/views/{host/addhost.html.erb => hardware/addhost.rhtml} (76%) diff --git a/src/app/controllers/application.rb b/src/app/controllers/application.rb index e9c515f..040b8a3 100644 --- a/src/app/contro...