mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Merge pull request #8139 from ansible/jakemcdermott-remove-self-closing-tag-tags
Remove self-closing tags for tag component Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -23,12 +23,12 @@
|
|||||||
icon="external"
|
icon="external"
|
||||||
tag="state._tagValue"
|
tag="state._tagValue"
|
||||||
remove-tag="state._onRemoveTag(state)"
|
remove-tag="state._onRemoveTag(state)"
|
||||||
/>
|
></at-tag>
|
||||||
<at-tag
|
<at-tag
|
||||||
ng-show="state._disabled && state._tagValue"
|
ng-show="state._disabled && state._tagValue"
|
||||||
icon="external"
|
icon="external"
|
||||||
tag="state._tagValue"
|
tag="state._tagValue"
|
||||||
/>
|
></at-tag>
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
<input ng-if="!state.asTag" type="{{ type }}"
|
<input ng-if="!state.asTag" type="{{ type }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user