wainuiomata / sambal

Experimental web admin for Samba and Active Directory domains
https://wainuiomata.com
GNU General Public License v3.0
1 stars 1 forks source link

views: fix non container resources returned an empty dict #54

Closed robvdl closed 7 months ago

robvdl commented 7 months ago

A separate view is required for non-container resources, and the container view takes out keys on the current object and only keeps the children.

Closes #53