Page MenuHomeGRNET

_header.html.erb
No OneTemporary

File Metadata

Created
Sun, Aug 10, 4:42 AM

_header.html.erb

<p id="notice"><%= notice %></p>
<%= breadcrumb_with Client: admin_client_path(@client),
Jobs: jobs_admin_client_path(@client),
Stats: stats_admin_client_path(@client),
Logs: logs_admin_client_path(@client),
Config: configuration_admin_client_path(@client) %>
<h2>
<%= @client.name %>
<small><%= host_status_label(@client.host) %></small>
</h2>

Event Timeline