You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code currently slurps interfaces into the menu from the config, which is needed, but not very well carried out. Ideally a pluggable and descriptive function should be available that e.g. provides a config path that will be transformed into a menu item of some kind, maybe with a callback to the actual component (model).
Menu interaction is required by at least the following:
Assigned interfaces
Firewall disable
DNS forwarder/resolver
The text was updated successfully, but these errors were encountered:
Using this version, it will already be possible to "delete" (sub)menus from inherited structures, using the visibility="delete" tag on an item.
(cherry picked from commit d537808)
The code currently slurps interfaces into the menu from the config, which is needed, but not very well carried out. Ideally a pluggable and descriptive function should be available that e.g. provides a config path that will be transformed into a menu item of some kind, maybe with a callback to the actual component (model).
Menu interaction is required by at least the following:
The text was updated successfully, but these errors were encountered: