mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -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,
|
nosort: true,
|
||||||
label: '',
|
label: '',
|
||||||
type: 'badgeCount',
|
type: 'badgeCount',
|
||||||
ngHide: '{{group.total_groups == 0}}',
|
ngHide: 'group.total_groups == 0',
|
||||||
},
|
},
|
||||||
source: {
|
source: {
|
||||||
label: 'Source',
|
label: 'Source',
|
||||||
|
|||||||
Reference in New Issue
Block a user