From: Jan Provaznik <[email protected]>

https://bugzilla.redhat.com/show_bug.cgi?id=643868

Actually this patch doesn't fix internal server error, but location of pool
link - when user clicks on a pool, he is redirected on the edit pool page (same 
as
when user click on the pool in Pools & Zones).
---
 src/app/views/instance/index.haml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/app/views/instance/index.haml 
b/src/app/views/instance/index.haml
index 1d6db4a..a5f8601 100644
--- a/src/app/views/instance/index.haml
+++ b/src/app/views/instance/index.haml
@@ -69,7 +69,7 @@
       - @pools.each do |pool|
         %tr
           %td
-            =link_to pool.name, pool_url(pool.id)
+            =link_to pool.name, edit_pool_url(pool.id)
           %td N/A
           %td
             =((pool.quota.maximum_running_instances || 
0)/100)*pool.quota.total_instances
-- 
1.7.2.3

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to