mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 21:35:01 -02:30
Convert organization Select to Lookup
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<at-panel ng-if="$state.current.name === 'credentials.add' || $state.current.name === 'credentials.edit'">
|
||||
<at-panel ng-if="$state.current.name === 'credentials.add' ||
|
||||
$state.current.name === 'credentials.edit' ||
|
||||
$state.current.name === 'credentials.add.organization'">
|
||||
<at-panel-heading>{{ vm.panelTitle }}</at-panel-heading>
|
||||
|
||||
<at-tab-group>
|
||||
|
||||
Reference in New Issue
Block a user