ansible form 순서 수정
All checks were successful
Build And Test / build-and-push (push) Successful in 4m22s

This commit is contained in:
icurfer 2025-04-09 11:16:54 +09:00
parent 4e66b1b957
commit 0b0343d8ce
2 changed files with 4 additions and 4 deletions

View File

@ -6,12 +6,12 @@
<label for="id_name">Name:</label>
{{ form.name }}
<label for="id_inventory_content">Inventory content:</label>
{{ form.inventory_content }}
<label for="id_playbook_content">Playbook content:</label>
{{ form.playbook_content }}
<label for="id_inventory_content">Inventory content:</label>
{{ form.inventory_content }}
<button type="submit" class="btn btn-primary">Create</button>
</form>
{% endblock %}

View File

@ -1 +1 @@
dev_0.0.32
dev_0.0.33