Sha256: 252264faa89ee32345ef939be176a450340990337d9fe908d64ca888d74d24c4

Contents?: true

Size: 723 Bytes

Versions: 5

Compression:

Stored size: 723 Bytes

Contents

<% content_for(:title, _("Trends")) %>
<div class="blank-slate-pf">
  <div class="blank-slate-pf-icon">
    <%= icon_text("area-chart", "", :kind => "fa") %>
  </div>
  <h1><%= _('Trends') %></h1>
  <p><%= _("Trends in Foreman allow you to track changes in your infrastructure over time. It allows you to track both Foreman related information and to any fact. The Trend pages give a graph of how the number of hosts with that value have changed over time, and list the current hosts.") %></p>
  <p><%= link_to _('Learn more about this in the documentation.'), documentation_url("4.1.3Trends")%></p>
  <div class="blank-slate-pf-main-action">
    <%= new_link(_("Add Trend Counter"), :class => 'btn-lg') %>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_statistics-1.0.0 app/views/foreman_statistics/trends/welcome.html.erb
foreman_statistics-0.1.3 app/views/foreman_statistics/trends/welcome.html.erb
foreman_statistics-0.1.2 app/views/foreman_statistics/trends/welcome.html.erb
foreman_statistics-0.1.1 app/views/foreman_statistics/trends/welcome.html.erb
foreman_statistics-0.1.0 app/views/foreman_statistics/trends/welcome.html.erb