diff --git a/awx/ui/static/js/help/InventoryGroups.js b/awx/ui/static/js/help/InventoryGroups.js index c284854eda..cdf01a5e3f 100644 --- a/awx/ui/static/js/help/InventoryGroups.js +++ b/awx/ui/static/js/help/InventoryGroups.js @@ -39,7 +39,7 @@ angular.module('InventoryGroupsHelpDefinition', []) { intro: 'Cloud inventory: synchronize Tower with the cloud', img: { src: 'groups004.png', maxWidth: 261, maxHeight: 221 }, - box: "To pull the cloud inventory into Tower, initiate an inventory sync by clicking .", + box: "To pull the cloud inventory into Tower, initiate an inventory sync by clicking ." }, { intro: "Groups can have subgroups:", diff --git a/awx/ui/static/lib/ansible/Utilities.js b/awx/ui/static/lib/ansible/Utilities.js index 1ed3e9b6d8..f82e639ba4 100644 --- a/awx/ui/static/lib/ansible/Utilities.js +++ b/awx/ui/static/lib/ansible/Utilities.js @@ -338,13 +338,8 @@ angular.module('Utilities',['RestServices', 'Utilities']) closeOnEscape: true, show: 500, hide: 500, - close: function() { $('#help-modal').empty(); }, - resizeStop: function(e, ui) { - // for some reason, after resizing the dialog the content doesn't expand to 100% - var dialog = $('.ui-dialog[aria-describedby="help-modal"]'); - var content = dialog.find('#help-modal'); - content.width( dialog.width() - 20); - } + resizable: false, + close: function() { $('#help-modal').empty(); } }); // Make the buttons look like TB and add FA icons