PILOS icon indicating copy to clipboard operation
PILOS copied to clipboard

Adding multiple config entries like servers requires more clicks than necessary

Open schrd opened this issue 1 year ago • 0 comments

In a fresh PILOS environment you have to configure multiple things such as servers. Often you have to create more than one config entry of the same type. For example to create servers you have to

  • click on settings
  • click on server
  • click on plus icon
    • fill in form
    • click on save
    • click on back
  • click on plus icon
    • ...

Describe the solution you'd like

It would be nice to have buttons below the form which will lets the admin choose what to do next after the form has been submitted. Django Admin has an IMHO elegant solution for this:

image

schrd avatar Jun 21 '24 14:06 schrd