add selected credential tray to input source lookup

This commit is contained in:
Jake McDermott
2019-03-05 13:58:10 -05:00
parent 6d0f2948aa
commit 5c855b5bd1
9 changed files with 51 additions and 9 deletions

View File

@@ -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