Skip to content

Commit

Permalink
Display product.name instead of ManageIQ in remote console titles
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed May 29, 2017
1 parent 429db03 commit 3b3b952
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 3b3b952

Please sign in to comment.