mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 08:00:53 +00:00
feat: change button name (#11840)
This commit is contained in:
@@ -65,7 +65,7 @@ const handleModelUpdated = () => {
|
||||
const openDrawer = async (agent: AI.AgentItem) => {
|
||||
agentId.value = agent.id;
|
||||
currentAgent.value = agent;
|
||||
header.value = `${agent.name} - ${t('aiTools.agents.configTitle')}`;
|
||||
header.value = `${agent.name} - ${t('menu.config')}`;
|
||||
activeTab.value = 'model';
|
||||
open.value = true;
|
||||
await loadModel();
|
||||
|
||||
@@ -142,7 +142,7 @@ const getProviderLabel = (value: string) => {
|
||||
|
||||
const buttons = [
|
||||
{
|
||||
label: i18n.global.t('commons.button.set'),
|
||||
label: i18n.global.t('menu.config'),
|
||||
click: (row: AI.AgentItem) => openConfig(row),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user