Project

General

Profile

« Previous | Next » 

Revision b729fb04

Added by Paul Kelly almost 14 years ago

  • ID b729fb042c3c82172050a0fe477c6ff9f2c2174d

Fixes #212 - Remove AS from facts

View differences:

app/views/hosts/show.html.erb
<%= @host.to_label %>
<span id="host_actions">
<%= link_to "Edit", edit_host_path(@host), :title => "Edit your host" %> |
<%= link_to "Facts", facts_host_path(@host), :title => "Browse host facts" %> |
<%= link_to "Facts", fact_values_path("search[host_id_eq]" => @host.id), :title => "Browse host facts" %> |
<%= link_to "Reports", reports_host_path(@host), :title => "Browse host reports" %> |
<%= link_to "YAML", externalNodes_host_path(@host), :title => "Puppet external nodes YAML dump" %> |
<%= link_to_if @host.can_be_build?, "Build", setBuild_host_path(@host), :title => "prepare this host for build" %> |

Also available in: Unified diff