mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
rebase branch from devel && remove unnecessary interpolation tags PR #1709
This commit is contained in:
@@ -31,7 +31,7 @@ export default
|
||||
nosort: true,
|
||||
label: '',
|
||||
type: 'badgeCount',
|
||||
ngHide: '{{group.total_groups == 0}}',
|
||||
ngHide: 'group.total_groups == 0',
|
||||
},
|
||||
source: {
|
||||
label: 'Source',
|
||||
|
||||
Reference in New Issue
Block a user