diff --git a/awx/ui/static/js/app.js b/awx/ui/static/js/app.js
index ac749a11fc..f3da8c12e0 100644
--- a/awx/ui/static/js/app.js
+++ b/awx/ui/static/js/app.js
@@ -452,9 +452,7 @@ angular.module('Tower', [
base = (base === 'job_events' || base === 'job_host_summaries') ? 'jobs' : base;
}
- if (urlDepth === 1 && base !== 'home') {
- $('#ansible-list-title').html('' + base.replace(/\_/,' ') + '');
- }
+ $('#ansible-list-title').html('' + base.replace(/\_/,' ') + '');
$('#ansible-main-menu li').each(function() {
$(this).removeClass('active');