cobbler / cobbler-web

Our new seperate Angular based web interface for Cobbler
https://cobbler.github.io/cobbler-web/
MIT License
13 stars 9 forks source link

Rendered Items #280

Open SchoolGuy opened 4 months ago

SchoolGuy commented 4 months ago

Is your feature request related to a problem? Please describe. A user desires to see the effect of the actions that are taken. As such it is needed to visualize to a user what value an item has once an attribute is inherited.

Describe the solution you'd like I have no special vision or mockup for this. The chosen initial implementation can be adjusted after feedback from users is collected.

Describe alternatives you've considered None

Additional context None

SchoolGuy commented 2 weeks ago

I'll take care of this tomorrow. Through using the UI during development I think it is most reasonable to add an action button in the top right corner and display a read-only version as a table inside a dialog. Showing individual values next to the inputs in the detail view is not helpful in my eyes as the rendered view is not a live representation of the object. Only saved item properties are visible.

SchoolGuy commented 2 weeks ago

I took care of the Golang CLI instead of implementing this. As such it is up for grabs again.