Sha256: 2bbeb27a239cd38f9acedac4aaed64d241d21fea620f2223bfe6c33ae9d2e6e4

Contents?: true

Size: 755 Bytes

Versions: 6

Compression:

Stored size: 755 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"), { engine: foreman_statistics }, :class => 'btn-lg') %>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman_statistics-2.1.0 app/views/foreman_statistics/trends/welcome.html.erb
foreman_statistics-2.0.1 app/views/foreman_statistics/trends/welcome.html.erb
foreman_statistics-2.0.0 app/views/foreman_statistics/trends/welcome.html.erb
foreman_statistics-1.2.0 app/views/foreman_statistics/trends/welcome.html.erb
foreman_statistics-1.1.1 app/views/foreman_statistics/trends/welcome.html.erb
foreman_statistics-1.1.0 app/views/foreman_statistics/trends/welcome.html.erb