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

Feature: Add edit view #353

Open SchoolGuy opened 1 day ago

SchoolGuy commented 1 day ago

Fixes #66

SchoolGuy commented 16 hours ago

Adding and removing Map keys works now. The issue is submitting them because the datatype is not Map but instead it is a general object, this however needs to be fixed everywhere in the stack.

Edit: Editing lists is already working.