mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02:30
AC-707 fixing home page links. Cleaned up issue with gtzero search type.
This commit is contained in:
@@ -68,7 +68,7 @@ angular.module('JobStatusWidget', ['RestServices', 'Utilities'])
|
||||
label: 'Groups',
|
||||
link: '/#/home/groups',
|
||||
count: [(dashboard.groups && dashboard.groups.total) ? dashboard.groups.total : 0],
|
||||
fail: [(dashboard.groups && dashboard.groups.fob_failed) ? dashboard.groups.job_failed : 0],
|
||||
fail: [(dashboard.groups && dashboard.groups.job_failed) ? dashboard.groups.job_failed : 0],
|
||||
fail_link: '/#/home/groups/?has_active_failures=true'
|
||||
});
|
||||
html += makeRow({
|
||||
|
||||
Reference in New Issue
Block a user