diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js index 2d600ddda8c..62db42ae466 100644 --- a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +++ b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js @@ -51,7 +51,7 @@ angular.module('Bastion.content-hosts').config(['$stateProvider', function ($sta controller: 'ContentHostDetailsInfoController', templateUrl: 'content-hosts/details/views/content-host-info.html', ncyBreadcrumb: { - label: "{{ host.name }}", + label: "{{ host.display_name }}", parent: 'content-hosts' } }) diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html index be13ef660ee..deaa02fe0a7 100644 --- a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html +++ b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html @@ -1,4 +1,4 @@ -{{ 'Packages for: ' | translate }} {{ host.name }} +{{ 'Packages for: ' | translate }} {{ host.display_name }}

Package Actions

diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html index d821847b6e6..22f7fa0d61a 100644 --- a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +++ b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html @@ -1,4 +1,4 @@ -{{ 'Deb Packages for: ' | translate }} {{ host.name }} +{{ 'Deb Packages for: ' | translate }} {{ host.display_name }}

Applicable Deb Packages

diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html index 1f4936127ee..27cc2d95383 100644 --- a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html +++ b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html @@ -1,4 +1,4 @@ -{{ 'Packages for: ' | translate }} {{ host.name }} +{{ 'Packages for: ' | translate }} {{ host.display_name }}

diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html index bc6c385373e..63c86ae5dad 100644 --- a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +++ b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html @@ -1,4 +1,4 @@ -{{ 'Errata for: ' | translate }} {{ host.name }} +{{ 'Errata for: ' | translate }} {{ host.display_name }}

Applicable Errata

@@ -53,8 +53,8 @@

Installable Errata
-
Apply Errata to Content Host "{{host.name}}"?
-
Are you sure you want to apply Errata to content host "{{ host.name }}"?
+
Apply Errata to Content Host "{{host.displayname}}"?
+
Are you sure you want to apply Errata to content host "{{ host.displayname }}"?