mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
Add general error handling and submission
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<at-panel>
|
||||
<at-panel-heading>New Credential</at-panel-heading>
|
||||
|
||||
<at-tab-group>
|
||||
<at-tab to="details">Details</at-tab>
|
||||
<at-tab to="permissions">Permissions</at-tab>
|
||||
</at-tab-group>
|
||||
|
||||
<at-panel-body>
|
||||
<at-form state="vm.form">
|
||||
<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-select col="4" tab="3" state="vm.form.credential_type"></at-input-select>
|
||||
|
||||
<at-input-group col="4" tab="4" state="vm.form.inputs">
|
||||
Type Details
|
||||
</at-input-group>
|
||||
|
||||
<at-action-group col="12" pos="right">
|
||||
<at-form-action type="cancel"></at-form-action>
|
||||
<at-form-action type="save"></at-form-action>
|
||||
</at-action-group>
|
||||
</at-form>
|
||||
</at-panel-body>
|
||||
</at-panel>
|
||||
Reference in New Issue
Block a user