feat(menu): move Agentic to dedicated agents group
Moves from dashboard group to the new agents group in AdminMenuRegistry, giving it top-level visibility as the platform's primary capability. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
bf7c0d7d61
commit
c439194c18
1 changed files with 3 additions and 3 deletions
|
|
@ -58,14 +58,14 @@ class Boot extends ServiceProvider implements ServiceDefinition
|
||||||
/**
|
/**
|
||||||
* Admin menu items for this service.
|
* Admin menu items for this service.
|
||||||
*
|
*
|
||||||
* Agentic is positioned in the dashboard group (not services)
|
* Agentic has its own top-level group right after Dashboard —
|
||||||
* as it's a cross-cutting AI capability, not a standalone product.
|
* this is the primary capability of the platform.
|
||||||
*/
|
*/
|
||||||
public function adminMenuItems(): array
|
public function adminMenuItems(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
[
|
[
|
||||||
'group' => 'dashboard',
|
'group' => 'agents',
|
||||||
'priority' => 5,
|
'priority' => 5,
|
||||||
'entitlement' => 'core.srv.agentic',
|
'entitlement' => 'core.srv.agentic',
|
||||||
'item' => fn () => [
|
'item' => fn () => [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue