Displaying 2 results from an estimated 2 matches for "remove_from_pool".
Did you mean:
remove_from_poll
2009 Jul 28
0
[PATCH 3/5] Storage views patched for glusterfs drop down as one the Storage Pools
...torage_pool[:target] %></td>
<%elsif type == StoragePool::NFS -%>
<td><%= storage_pool[:export_path] %></td>
+<%elsif type == StoragePool::GLUSTERFS -%>
+ <td><%= storage_pool[:export_path] %></td>
<% end -%>
<%- if defined?(remove_from_pool) && remove_from_pool -%>
<td><%= link_to( 'detach', { :controller => "storage", :action => 'remove_from_pool', :id => storage_pool, :hardware_pool_id => hardware_pool }, :confirm => 'Are you sure?', :method => :post, :cla...
2009 Jul 09
0
[PATCH 3/5 ovirt-server] Storage views patched for glusterfs drop down as one the Storage Pools
...torage_pool[:target] %></td>
<%elsif type == StoragePool::NFS -%>
<td><%= storage_pool[:export_path] %></td>
+<%elsif type == StoragePool::GLUSTERFS -%>
+ <td><%= storage_pool[:export_path] %></td>
<% end -%>
<%- if defined?(remove_from_pool) && remove_from_pool -%>
<td><%= link_to( 'detach', { :controller => "storage", :action => 'remove_from_pool', :id => storage_pool, :hardware_pool_id => hardware_pool }, :confirm => 'Are you sure?', :method => :post, :cla...