Project

General

Profile

« Previous | Next » 

Revision 37024015

Added by Stephen Benjamin about 10 years ago

fixes #5520 - proper capitalization in orchestration header

View differences:

app/views/hosts/_progress.html.erb
<div id="host-progress" class="alert alert-block alert-success base in fade hide alert-dismissable">
<%= alert_close %>
<h3><%= action_name %> <%= _('In Progress') %></h3>
<h3><%= action_name.capitalize %> <%= _('in Progress') %></h3>
<p id="tasks_progress"><%= action_name %> in progress.</p>
<div class="progress progress-striped active">
<div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">

Also available in: Unified diff