awx/awx/ui/client/src/credentials/add-credentials.view.html
2017-06-12 09:53:11 -04:00

13 lines
405 B
HTML

<at-panel config="vm.panel">
<at-panel-heading config="vm.heading">
</at-panel-heading>
<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-form>
</at-panel-body>
</at-panel>