mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
AC-910 Fixed project status icons. AC-915 Fixed permission form.
This commit is contained in:
@@ -41,7 +41,7 @@ angular.module('ProjectsListDefinition', [])
|
||||
ngClick: 'showSCMStatus(\{\{ project.id \}\})',
|
||||
awToolTip: 'View details of last SCM Update',
|
||||
dataPlacement: 'top',
|
||||
badgeIcon: "\{\{ 'icon-failures-' + project.badge \}\}",
|
||||
badgeIcon: "\{\{ 'fa icon-failures-' + project.badge \}\}",
|
||||
badgePlacement: 'left',
|
||||
searchType: 'select',
|
||||
searchOptions: [], // will be set by Options call to projects resource
|
||||
|
||||
Reference in New Issue
Block a user