mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- In the main domains list, only show currently configured domains. Allow operations such as edit/delete/configure on them. Actions are determined by the domain type. - Show domain types that can be added in a separate table. If an domain is present and only of that type can exist, it will not be shown in this table. Show add/configure action based on whether multiple domains can exist. Tests: - Configuring a singleton domain type puts it in the domains tables and removes it from the add domains table. De-configuring it or disabling it does the opposite. - For domain types with multiple domains (static/dynamic), entries are shown in domains if such domains exist. Entry in add domains tables always shows up. - All action buttons for all five domain types work. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>