Method: ForemanColumnView::HostsHelper#fcv_title

Defined in:
app/helpers/foreman_column_view/hosts_helper.rb

#fcv_title(column) ⇒ Object



4
5
6
7
# File 'app/helpers/foreman_column_view/hosts_helper.rb', line 4

def fcv_title(column)
  title = SETTINGS[:column_view][column.to_sym][:title]
  return title
end