From ef97df09cbed47fecb54ab5970f179ea18863ebb Mon Sep 17 00:00:00 2001 From: jiangweidong <80373698+fit2cloud-jiangweidong@users.noreply.github.com> Date: Tue, 28 Dec 2021 18:16:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=20Redis=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E7=9A=84=E7=BA=B3=E7=AE=A1=20(#1246)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: 支持 Redis 数据库的纳管 * feat: 支持Redis数据库的纳管, 将redis_acl协议合并到redis协议中 --- src/components/DataActions/index.vue | 2 +- src/i18n/langs/cn.json | 7 ++++++- src/i18n/langs/en.json | 7 ++++++- .../applications/DatabaseApp/DatabaseAppList.vue | 9 ++++++++- .../SystemUserCreateUpdate/CommonUser/database.vue | 4 ++-- .../SystemUserCreateUpdate/CommonUser/index.vue | 1 + .../SystemUser/SystemUserCreateUpdate/fields.js | 2 ++ .../SystemUser/SystemUserList/CommonUserList.vue | 9 ++++++++- src/views/perms/const.js | 11 ++++++++++- 9 files changed, 44 insertions(+), 8 deletions(-) diff --git a/src/components/DataActions/index.vue b/src/components/DataActions/index.vue index c09fda5fa..1d88919d6 100644 --- a/src/components/DataActions/index.vue +++ b/src/components/DataActions/index.vue @@ -15,7 +15,7 @@