diff --git a/awx/ui/static/js/helpers/Hosts.js b/awx/ui/static/js/helpers/Hosts.js index beb4d89a8f..e53ec26a24 100644 --- a/awx/ui/static/js/helpers/Hosts.js +++ b/awx/ui/static/js/helpers/Hosts.js @@ -82,7 +82,7 @@ angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'H html += "\n"; html += "ID\n"; html += "Status\n"; - html += "Name\n"; + html += "Name\n"; html += "\n"; html += "\n"; html += "\n"; @@ -90,8 +90,8 @@ angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'H var job = jobs[j]; html += "\n"; html += "" + job.id + "\n"; - html += "\n"; - html += "" + job.name + "\n"; + html += "\n"; + html += "" + job.name + "\n"; html += "\n"; } html += "\n"; diff --git a/awx/ui/static/js/helpers/Jobs.js b/awx/ui/static/js/helpers/Jobs.js index af723d1868..6e5ebd7426 100644 --- a/awx/ui/static/js/helpers/Jobs.js +++ b/awx/ui/static/js/helpers/Jobs.js @@ -7,7 +7,7 @@ * */ -angular.module('JobsHelper', ['Utilities', 'FormGenerator', 'JobSummaryDefinition']) +angular.module('JobsHelper', ['Utilities', 'FormGenerator', 'JobSummaryDefinition', 'InventoryHelper']) .factory('JobStatusToolTip', [ function() { return function(status) { @@ -41,7 +41,8 @@ angular.module('JobsHelper', ['Utilities', 'FormGenerator', 'JobSummaryDefinitio }]) .factory('ShowJobSummary', ['Rest', 'Wait', 'GetBasePath', 'FormatDate', 'ProcessErrors', 'GenerateForm', 'JobSummary', - function(Rest, Wait, GetBasePath, FormatDate, ProcessErrors, GenerateForm, JobSummary) { + 'WatchInventoryWindowResize', + function(Rest, Wait, GetBasePath, FormatDate, ProcessErrors, GenerateForm, JobSummary, WatchInventoryWindowResize) { return function(params) { // Display status info in a modal dialog- called from inventory edit page @@ -109,6 +110,7 @@ angular.module('JobsHelper', ['Utilities', 'FormGenerator', 'JobSummaryDefinitio }); $('#status-modal-dialog').dialog('destroy'); $('#inventory-modal-container').empty(); + WatchInventoryWindowResize(); }, open: function(e, ui) { Wait('stop'); diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index 306d5288cb..80c1e8a33a 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -379,7 +379,7 @@ dd { .navbar>.container .navbar-brand { margin-left: 0; - margin-top: 10px; + margin-top: 11px; } /* Using inline-block rather than block keeps