Move all index content into Recent and Help tabs.
[arvados.git] / apps / workbench / app / helpers / virtual_machines_helper.rb
1 module VirtualMachinesHelper
2   def index_pane_list
3     %w(recent help)
4   end
5 end