mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03:30
22 lines
701 B
HTML
22 lines
701 B
HTML
<at-panel config="vm.panel">
|
|
<at-panel-heading config="vm.heading"></at-panel-heading>
|
|
|
|
<at-tab-navigation>
|
|
<at-tab></at-tab>
|
|
<at-tab></at-tab>
|
|
</at-tab-navigation>
|
|
|
|
<at-panel-body>
|
|
<at-form>
|
|
<at-input-text col="4" config="vm.name"></at-input-text>
|
|
<at-input-text col="4" config="vm.description"></at-input-text>
|
|
<at-input-select col="4" config="vm.kind"></at-input-select>
|
|
|
|
<at-action-group col="12" pos="right">
|
|
<at-action config="vm.cancel"></at-action>
|
|
<at-action config="vm.save"></at-action>
|
|
</at-action-group>
|
|
</at-form>
|
|
</at-panel-body>
|
|
</at-panel>
|