-
Are you sure you want to restart services on content host "{{ host.name }}"?
+
Are you sure you want to restart services on content host "{{ host.displayname }}"?
Resolving the selected Traces will reboot this host.
diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
index aa17fe51919..d408d0158bd 100644
--- a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
+++ b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
@@ -46,7 +46,7 @@ angular.module('Bastion.content-hosts').controller('ContentHostAddHostCollection
success = function (response) {
Notification.setSuccessMessage(translate('Added %x host collections to content host "%y".')
- .replace('%x', $scope.table.numSelected).replace('%y', host.name));
+ .replace('%x', $scope.table.numSelected).replace('%y', host.display_name));
$scope.table.working = false;
$scope.table.selectAll(false);
nutupane.refresh();
diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
index 6172b441abb..9ad228c2567 100644
--- a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
+++ b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
@@ -45,7 +45,7 @@ angular.module('Bastion.content-hosts').controller('ContentHostHostCollectionsCo
success = function (response) {
var message = translate('Removed %x host collections from content host "%y".')
- .replace('%x', $scope.table.numSelected).replace('%y', host.name);
+ .replace('%x', $scope.table.numSelected).replace('%y', host.display_name);
Notification.setSuccessMessage(message);
$scope.table.working = false;
diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
index d7db0919d9c..a37edeb9987 100644
--- a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
+++ b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
@@ -1,4 +1,4 @@
-
{{ 'Add Subscriptions for Content Host:' | translate }} {{ host.name }}
+
{{ 'Add Subscriptions for Content Host:' | translate }} {{ host.display_name }}
diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
index f8fc5ac35a7..a471177f548 100644
--- a/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
+++ b/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
@@ -1,8 +1,8 @@
-
{{ 'Content Host:' | translate }} {{ host.name }}
+
{{ 'Content Host:' | translate }} {{ host.display_name }}
- {{ host.name }}
+ {{ host.display_name }}