diff --git a/plugins/mongodb/index.html b/plugins/mongodb/index.html
index 954e0bb6a..46f25956f 100755
--- a/plugins/mongodb/index.html
+++ b/plugins/mongodb/index.html
@@ -63,6 +63,7 @@
负载状态
复制状态
日志
+ 相关说明
diff --git a/plugins/mongodb/js/mongodb.js b/plugins/mongodb/js/mongodb.js
index c56e19a67..0ee552180 100644
--- a/plugins/mongodb/js/mongodb.js
+++ b/plugins/mongodb/js/mongodb.js
@@ -1204,3 +1204,12 @@ function importDbExternal(file,name){
});
}
+function mgdbReadme(){
+ var readme = '
';
+ readme += '- 认证同步说明
';
+ readme += '- root/用户,配置Key完全一致才能同步。
';
+ readme += '
';
+
+ $('.soft-man-con').html(readme);
+}
+