<%= form_for :accounts,:url => accounts_switch_path,:remote => true do |f| %>
Change Account: <%= f.select "account_uuid",show_accounts,{:selected => primary_account_id} %>
<% end %>
SUMMARY
<%= li_link_to_current('Dashboard','home')%>
INSTANCES
<%= li_link_to_current('Instances','instances')%>
<%= li_link_to_current('Host Pools','host_pools')%>
IMAGES
<%= li_link_to_current('Machine Images','images')%>
BLOCK STORE
<%= li_link_to_current('Volumes','volumes')%>
<%= li_link_to_current('Snapshots','snapshots')%>
<%= li_link_to_current('Storage Pools','storage_pools')%>
NETWORK & SECURITY
<%= li_link_to_current('Security Groups','security_groups')%>
<%= li_link_to_current('Key Pairs','keypairs')%>