mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-24 00:41:48 -05:00
enable input source linking for textarea fields
This commit is contained in:
@@ -18,11 +18,13 @@
|
||||
{{::vm.strings.get('inputSources.SELECTED')}}
|
||||
</div>
|
||||
<span>
|
||||
<at-tag
|
||||
ng-show="vm.selectedName"
|
||||
tag="vm.selectedName"
|
||||
icon="external"
|
||||
/>
|
||||
<div class="at-InputTagContainer">
|
||||
<at-tag
|
||||
ng-show="vm.selectedName"
|
||||
tag="vm.selectedName"
|
||||
icon="external"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
class="InputSourceLookup-selectedItemText"
|
||||
ng-show="!vm.selectedName"
|
||||
|
||||
Reference in New Issue
Block a user