You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
<style>
|
|
|
|
.overflow_hide {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bingfa .bt-input-text {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inlineBlock {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.db_list{
|
|
|
|
padding: 0px 0 10px 0;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 35px;
|
|
|
|
height: 45px;
|
|
|
|
}
|
|
|
|
.db_list a{
|
|
|
|
margin-right: 15px;
|
|
|
|
color: #555;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
.db_list span:nth-child(1){
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
padding-left: 15px;
|
|
|
|
background: #ececec;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#db_tools button {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
#db_tools button:last-child{
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conf_p span {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
width: 115px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<div class="bt-form">
|
|
|
|
<div class="bt-w-main">
|
|
|
|
<div class="bt-w-menu">
|
|
|
|
<p class="bgw" onclick="pluginService('mongodb');">服务</p>
|
|
|
|
<p onclick="pluginInitD('mongodb');">自启动</p>
|
|
|
|
<p onclick="mongoSetConfig();">配置修改</p>
|
|
|
|
<p onclick="pluginConfig('mongodb');">配置文件</p>
|
|
|
|
<p onclick="pluginConfig('mongodb','','config_key');">配置[KEY]</p>
|
|
|
|
<p onclick="dbList();">数据列表</p>
|
|
|
|
<p onclick="mongoDocStatus();">文档状态</p>
|
|
|
|
<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>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- <script type="text/javascript" src="/plugins/file?name=mongodb&f=js/mongodb.js"></script> -->
|
|
|
|
<script type="text/javascript">
|
|
|
|
//mongodb start
|
|
|
|
resetPluginWinHeight(530);
|
|
|
|
resetPluginWinWidth(800);
|
|
|
|
$.getScript('/plugins/file?name=mongodb&f=js/mongodb.js', function(){
|
|
|
|
pluginService('mongodb');
|
|
|
|
});
|
|
|
|
//mongodb end
|
|
|
|
</script>
|