summaryrefslogtreecommitdiffstats
path: root/awx/ui/client/features/credentials/add-edit-credentials.view.html
diff options
context:
space:
mode:
Diffstat (limited to 'awx/ui/client/features/credentials/add-edit-credentials.view.html')
-rw-r--r--awx/ui/client/features/credentials/add-edit-credentials.view.html20
1 files changed, 11 insertions, 9 deletions
diff --git a/awx/ui/client/features/credentials/add-edit-credentials.view.html b/awx/ui/client/features/credentials/add-edit-credentials.view.html
index 182eadf004..dcc9d47e8b 100644
--- a/awx/ui/client/features/credentials/add-edit-credentials.view.html
+++ b/awx/ui/client/features/credentials/add-edit-credentials.view.html
@@ -1,5 +1,7 @@
+<div ui-view="organization"></div>
+<div ui-view="credential_type"></div>
<at-panel ng-if="!$state.current.name.includes('permissions')">
- <at-panel-heading>{{ vm.panelTitle }}</at-panel-heading>
+ <at-panel-heading title="{{:: vm.panelTitle }}"></at-panel-heading>
<at-tab-group>
<at-tab state="vm.tab.details">{{:: vm.strings.get('tab.DETAILS') }}</at-tab>
@@ -7,16 +9,16 @@
</at-tab-group>
<at-panel-body>
- <at-form state="vm.form" autocomplete="off">
- <at-input-text col="4" tab="1" state="vm.form.name"></at-input-text>
- <at-input-text col="4" tab="2" state="vm.form.description"></at-input-text>
- <at-input-lookup col="4" tab="3" state="vm.form.organization"></at-input-lookup>
+ <at-form state="vm.form" autocomplete="off" id="credential_form">
+ <at-input-text col="4" tab="1" state="vm.form.name" id="credential_name_group"></at-input-text>
+ <at-input-text col="4" tab="2" state="vm.form.description" id="credential_description_group"></at-input-text>
+ <at-input-lookup col="4" tab="3" state="vm.form.organization" id="credential_organization_group"></at-input-lookup>
<at-divider></at-divider>
- <at-input-lookup col="4" tab="5" state="vm.form.credential_type"></at-input-lookup>
+ <at-input-lookup col="4" tab="5" state="vm.form.credential_type" id="credential_credential_type_group"></at-input-lookup>
- <at-input-group col="4" tab="6" state="vm.form.inputs">
+ <at-input-group col="4" tab="6" state="vm.form.inputs" form-id="credential">
{{:: vm.strings.get('inputs.GROUP_TITLE') }}
</at-input-group>
@@ -29,9 +31,9 @@
</at-panel>
<at-panel ng-if="$state.current.name.includes('permissions')" on-dismiss="credentials">
- <at-panel-heading>{{:: vm.strings.get('permissions.TITLE') }}</at-panel-heading>
+ <at-panel-heading title="{{:: vm.strings.get('permissions.TITLE') }}"></at-panel-heading>
- <at-tab-group>
+ <at-tab-group class="at-TabGroup--padBelow">
<at-tab state="vm.tab.details">{{:: vm.strings.get('tab.DETAILS') }}</at-tab>
<at-tab state="vm.tab.permissions">{{:: vm.strings.get('tab.PERMISSIONS') }}</at-tab>
</at-tab-group>