comic / grand-challenge.org

A platform for end-to-end development of machine learning solutions in biomedical imaging
https://grand-challenge.org
Apache License 2.0
167 stars 49 forks source link

Use a disabled form for the workstation configuration detail view #3366

Closed jmsmkn closed 3 weeks ago

jmsmkn commented 3 weeks ago

This adds the consistency between the workstation configuration page detail and update views by using a read only form. Sections are added to the form. Only uses Django Crispy Forms constructs, if we want to change how each value is rendered then that can be done through widget templates.

Adds support for disabled json editor widgets.

pkcakeout commented 3 weeks ago

Hey cool, something to learn for me! Thanks for having a look at this!