feat: add catalog relation management entry in menu
- Add 类型关联 menu item pointing to llm_catalog_rel_manage.ui - Allows managing LLM to catalog (type) relations from menu
This commit is contained in:
parent
1b74b5bf10
commit
efee227cf1
@ -27,11 +27,16 @@
|
||||
"label": "模型列表",
|
||||
"url":"{{entire_url('/llmage/show_llms.ui')}}"
|
||||
},
|
||||
{
|
||||
"name":"llm",
|
||||
"label":"模型",
|
||||
"url":"{{entire_url('/llmage/llm')}}"
|
||||
}
|
||||
{
|
||||
"name":"llm",
|
||||
"label":"模型",
|
||||
"url":"{{entire_url('/llmage/llm')}}"
|
||||
},
|
||||
{
|
||||
"name":"llmcatelog_rel",
|
||||
"label":"类型关联",
|
||||
"url":"{{entire_url('/llmage/llm_catalog_rel_manage.ui')}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user