Skip to content

Commit

Permalink
Merge pull request #1450 from skateman/remote-console-product-name
Browse files Browse the repository at this point in the history
Display product.name instead of ManageIQ in remote console titles
(cherry picked from commit cda5403)

https://bugzilla.redhat.com/show_bug.cgi?id=1460383
  • Loading branch information
martinpovolny authored and simaishi committed Jun 9, 2017
1 parent a3ea4bb commit 7a67442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/remote_console.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%html{:lang => I18n.locale.to_s.sub('-', '_')}
%head
%title
= _('ManageIQ HTML5 Remote Console')
= _('%{product_name} HTML5 Remote Console') % {:product_name => I18n.t('product.name')}
= favicon_link_tag
= stylesheet_link_tag 'application'
-# Load the required JS based on the console type
Expand Down
2 changes: 1 addition & 1 deletion app/views/vm_common/console_webmks.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%html{:lang => I18n.locale.to_s.sub('-', '_')}
%head
%title
= _('ManageIQ WebMKS Remote Console')
= _('%{product_name} WebMKS Remote Console') % {:product_name => I18n.t('product.name')}
= favicon_link_tag
= stylesheet_link_tag 'webmks'
= javascript_include_tag 'jquery', 'jquery-ui', 'webmks'
Expand Down

0 comments on commit 7a67442

Please sign in to comment.