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;
|
|
|
|
}
|
|
|
|
</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="dbList();">数据列表</p>
|
|
|
|
<p onclick="mongoDocStatus();">文档状态</p>
|
|
|
|
<p onclick="mongoStatus();">负载状态</p>
|
|
|
|
<p onclick="mongoReplStatus();">复制状态</p>
|
|
|
|
<p onclick="pluginLogs('mongodb','','run_log');">日志</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);
|
|
|
|
$.getScript('/plugins/file?name=mongodb&f=js/mongodb.js', function(){
|
|
|
|
pluginService('mongodb');
|
|
|
|
});
|
|
|
|
//mongodb end
|
|
|
|
</script>
|