ansibleguy / webui

Basic WebUI for using Ansible
https://webui.ansibleguy.net
GNU General Public License v3.0
83 stars 6 forks source link

Feature: Custom Job-Edit Form #12

Closed ansibleguy closed 6 months ago

ansibleguy commented 6 months ago

Scope

Frontend (User Interface)

Description

To optimize that view - as it is and will be the most used form in the app

The job screen could be limited to those two fields (playbook/inventory) only with an expander (similar to the "show logs" button?) to reveal the remaining fields.

The schedule-enabled flag is ignored if no schedule is supplied - so that one should be fine in my opinion. Maybe it could also be hidden if no schedule was supplied.

ansibleguy commented 6 months ago

Is implemented