mirror of https://github.com/midoks/mdserver-web
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.
22 lines
689 B
22 lines
689 B
3 years ago
|
<div class="bt-form">
|
||
|
<div class="bt-w-main">
|
||
|
<div class="bt-w-menu">
|
||
|
<p class="bgw" onclick="pluginService('supervisor');">服务</p>
|
||
|
<p onclick="pluginConfig('supervisor');">进程管理</p>
|
||
|
<p onclick="pluginConfig('supervisor');">配置</p>
|
||
|
<p onclick="pluginConfig('supervisor', '','get_checkdb_pos');">子配置</p>
|
||
|
<p onclick="pluginLogs('supervisor','','get_run_Log', 10);">日志</p>
|
||
|
</div>
|
||
|
<div class="bt-w-con pd15">
|
||
|
<div class="soft-man-con">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
<script type="text/javascript">
|
||
|
|
||
|
$.getScript( "/plugins/file?name=supervisor&f=js/supervisor.js", function(){
|
||
|
pluginService('supervisor');
|
||
|
});
|
||
|
</script>
|