diff --git a/awx/ui/static/js/helpers/Groups.js b/awx/ui/static/js/helpers/Groups.js index ea2b67689f..99fcb5fc3b 100644 --- a/awx/ui/static/js/helpers/Groups.js +++ b/awx/ui/static/js/helpers/Groups.js @@ -149,6 +149,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', ' status_tip = 'Sync not performed. Click to start it now.'; break; case 'none': + case 'ok': case '': launch_class = 'btn-disabled'; stat = 'n/a'; diff --git a/awx/ui/static/js/lists/Schedules.js b/awx/ui/static/js/lists/Schedules.js index 26f41377e5..a9f3c94401 100644 --- a/awx/ui/static/js/lists/Schedules.js +++ b/awx/ui/static/js/lists/Schedules.js @@ -43,12 +43,13 @@ angular.module('SchedulesListDefinition', []) filter: "date:'MM/dd/yy HH:mm:ss'", searchable: false, columnClass: "col-md-2 col-sm-3 hidden-xs" - }, + } + /*, id: { label: 'ID', searchType: 'int', searchOnly: true - } + }*/ }, actions: {