mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 21:35:01 -02:30
Add org Lookup implementation and WIP credential_type
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<at-panel ng-if="$state.current.name === 'credentials.add' ||
|
||||
$state.current.name === 'credentials.edit' ||
|
||||
$state.current.name === 'credentials.add.organization'">
|
||||
$state.current.name === 'credentials.add.organization' ||
|
||||
$state.current.name === 'credentials.edit.organization' ||
|
||||
$state.current.name === 'credentials.add.credentialType' ||
|
||||
$state.current.name === 'credentials.edit.credentialType'">
|
||||
<at-panel-heading>{{ vm.panelTitle }}</at-panel-heading>
|
||||
|
||||
<at-tab-group>
|
||||
@@ -16,9 +19,9 @@
|
||||
|
||||
<at-divider></at-divider>
|
||||
|
||||
<at-input-select col="4" tab="4" state="vm.form.credential_type"></at-input-select>
|
||||
<at-input-lookup col="4" tab="4" state="vm.form.credential_type"></at-input-lookup>
|
||||
|
||||
<at-input-group col="4" tab="4" state="vm.form.inputs">
|
||||
<at-input-group col="4" tab="5" state="vm.form.inputs">
|
||||
Type Details
|
||||
</at-input-group>
|
||||
|
||||
@@ -32,7 +35,7 @@
|
||||
|
||||
<at-panel ng-if="$state.current.name === 'credentials.edit.permissions' ||
|
||||
$state.current.name === 'credentials.edit.permissions.add'">
|
||||
<at-panel-heading>Credentials Permissions</at-panel-heading>
|
||||
<at-panel-heading>CREDENTIALS PERMISSIONS</at-panel-heading>
|
||||
|
||||
<at-tab-group>
|
||||
<at-tab state="vm.tab.details">Details</at-tab>
|
||||
|
||||
Reference in New Issue
Block a user