mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-04 16:01:51 -05:00
don't show lookup until data is fetched
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<at-easy-modal title="vm.title" on-close="vm.onClose">
|
||||
<at-easy-modal title="vm.title" on-close="vm.onClose" ng-show="vm.isReady">
|
||||
<at-tab-group>
|
||||
<at-tab
|
||||
state="vm.tabs.credential"
|
||||
@@ -23,6 +23,7 @@
|
||||
}"
|
||||
results-filter="vm.resultsFilter"
|
||||
selected-id="vm.selectedId"
|
||||
on-ready="vm.onReady"
|
||||
on-select="vm.onSelect"
|
||||
on-row-click="vm.onRowClick"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user