mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 21:35:01 -02:30
Add implementation for credential_type lookup
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
<at-panel ng-if="$state.current.name === 'credentials.add' ||
|
||||
$state.current.name === 'credentials.edit' ||
|
||||
$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 ng-if="!$state.current.name.includes('permissions')">
|
||||
<at-panel-heading>{{ vm.panelTitle }}</at-panel-heading>
|
||||
|
||||
<at-tab-group>
|
||||
@@ -26,15 +21,14 @@
|
||||
</at-input-group>
|
||||
|
||||
<at-action-group col="12" pos="right">
|
||||
<at-form-action type="cancel"></at-form-action>
|
||||
<at-form-action type="cancel" to="credentials"></at-form-action>
|
||||
<at-form-action type="save"></at-form-action>
|
||||
</at-action-group>
|
||||
</at-form>
|
||||
</at-panel-body>
|
||||
</at-panel>
|
||||
|
||||
<at-panel ng-if="$state.current.name === 'credentials.edit.permissions' ||
|
||||
$state.current.name === 'credentials.edit.permissions.add'">
|
||||
<at-panel ng-if="$state.current.name.includes('permissions')">
|
||||
<at-panel-heading>CREDENTIALS PERMISSIONS</at-panel-heading>
|
||||
|
||||
<at-tab-group>
|
||||
@@ -47,5 +41,5 @@
|
||||
</at-panel-body>
|
||||
</at-panel>
|
||||
|
||||
<div ng-if="$state.current.name === 'credentials.edit.permissions.add'" ui-view="modal"></div>
|
||||
<div ng-if="$state.current.name.includes('permissions.add')" ui-view="modal"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user