mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-26 09:51:48 -05:00
add selected credential tray to input source lookup
This commit is contained in:
@@ -13,6 +13,24 @@
|
||||
{{::vm.strings.get('inputSources.METADATA')}}
|
||||
</at-tab>
|
||||
</at-tab-group>
|
||||
<div class="InputSourceLookup-selectedItem" ng-show="vm.tabs.credential._active">
|
||||
<div class="InputSourceLookup-selectedItemLabel">
|
||||
{{::vm.strings.get('inputSources.SELECTED')}}
|
||||
</div>
|
||||
<span>
|
||||
<at-tag
|
||||
ng-show="vm.selectedName"
|
||||
tag="vm.selectedName"
|
||||
icon="external"
|
||||
/>
|
||||
<div
|
||||
class="InputSourceLookup-selectedItemText"
|
||||
ng-show="!vm.selectedName"
|
||||
>
|
||||
{{::vm.strings.get('inputSources.NONE_SELECTED')}}
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
<at-lookup-list
|
||||
ng-show="vm.tabs.credential._active"
|
||||
resource-name="credential"
|
||||
@@ -24,8 +42,7 @@
|
||||
results-filter="vm.resultsFilter"
|
||||
selected-id="vm.selectedId"
|
||||
on-ready="vm.onReady"
|
||||
on-select="vm.onSelect"
|
||||
on-row-click="vm.onRowClick"
|
||||
on-item-select="vm.onItemSelect"
|
||||
/>
|
||||
<at-form state="vm.form" autocomplete="off" id="input_source_form">
|
||||
<at-input-group
|
||||
|
||||
Reference in New Issue
Block a user