diff --git a/frontend/src/views/database/mongodb/remote/index.vue b/frontend/src/views/database/mongodb/remote/index.vue index 5873209eb..f23cce9a6 100644 --- a/frontend/src/views/database/mongodb/remote/index.vue +++ b/frontend/src/views/database/mongodb/remote/index.vue @@ -152,6 +152,12 @@ const onDelete = async (row: Database.DatabaseInfo) => { }; const buttons = [ + { + label: i18n.global.t('commons.button.edit'), + click: (row: Database.DatabaseInfo) => { + onOpenDialog('edit', row); + }, + }, { label: i18n.global.t('commons.button.unbind'), click: (row: Database.DatabaseInfo) => {