Project

General

Profile

« Previous | Next » 

Revision f23483a2

Added by Johannes Scheuermann over 9 years ago

fixes #9397 - Make usage of @host.operatingsystem in UnattendedController consistent

Changed all host.os to host.operatingsystem

View differences:

app/views/hosts/show.html.erb
<% javascript 'charts', 'hosts' %>
<% title @host.to_label, icon(@host.os) + @host.to_label %>
<% title @host.to_label, icon(@host.operatingsystem) + @host.to_label %>
<%= host_title_actions(@host) %>
<% content_for(:search_bar) {reports_show} %>
<div id="host-show" class="row" data-history-url='<%= host_path(@host)%>'>

Also available in: Unified diff