#tab_content = "
# <%= spinner(_('Loading Parameters information ...')) %> #
" tab_content = "
<%= spinner(_('Loading Parameters information ...')) %>
" Deface::Override.new(:virtual_path => 'hosts/show', :name => 'add_host_params_tab', :insert_bottom => 'ul', :text => "
  • Params
  • ") Deface::Override.new(:virtual_path => 'hosts/show', :name => 'add_host_params_tab_content', :insert_bottom => 'div#myTabContent', :text => tab_content)