mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 02:23:42 +00:00
fix(ui): rename claude-code-plugins to skills in page_metadata.ts
page_utils.test.ts enforces that every menuGroups entry has a matching description and vice versa. The left nav uses 'skills' but page_metadata.ts still had 'claude-code-plugins', causing two test failures.
This commit is contained in:
@@ -33,7 +33,7 @@ export const pageDescriptions: Record<string, string> = {
|
||||
"ui-theme": "Customize dashboard appearance",
|
||||
"tag-management": "Organize resources with tags",
|
||||
prompts: "Manage and version prompt templates",
|
||||
"claude-code-plugins": "Configure Claude Code plugins",
|
||||
skills: "Browse and manage Claude Code skills",
|
||||
usage: "View legacy usage dashboard",
|
||||
"router-settings": "Configure routing and load balancing settings",
|
||||
"logging-and-alerts": "Set up logging and alert configurations",
|
||||
|
||||
Reference in New Issue
Block a user