mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-20 04:59:16 +00:00
Add new enterprise settings tab Connected Apps
This commit is contained in:
@@ -50,6 +50,7 @@ module Admin
|
||||
{ name: 'shop_preferences', icon_class: "icon-shopping-cart", show: is_shop },
|
||||
{ name: 'users', icon_class: "icon-user", show: true },
|
||||
{ name: 'white_label', icon_class: "icon-leaf", show: true },
|
||||
{ name: 'connected_apps', icon_class: "icon-puzzle-piece", show: feature?(:connected_apps) },
|
||||
]
|
||||
end
|
||||
end
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
in progress
|
||||
Reference in New Issue
Block a user