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