update
This commit is contained in:
parent
2f65839b9a
commit
00fa001c91
|
|
@ -63,6 +63,7 @@
|
|||
<p onclick="mongoStatus();">负载状态</p>
|
||||
<p onclick="mongoReplStatus();">复制状态</p>
|
||||
<p onclick="pluginLogs('mongodb','','run_log');">日志</p>
|
||||
<p onclick="mgdbReadme();">相关说明</p>
|
||||
</div>
|
||||
<div class="bt-w-con pd15">
|
||||
<div class="soft-man-con" style="height:455px;overflow: auto;"></div>
|
||||
|
|
|
|||
|
|
@ -1204,3 +1204,12 @@ function importDbExternal(file,name){
|
|||
});
|
||||
}
|
||||
|
||||
function mgdbReadme(){
|
||||
var readme = '<ul class="help-info-text c7">';
|
||||
readme += '<li>认证同步说明</li>';
|
||||
readme += '<li>root/用户,配置Key完全一致才能同步。</li>';
|
||||
readme += '</ul>';
|
||||
|
||||
$('.soft-man-con').html(readme);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue