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.
23 lines
796 B
23 lines
796 B
<div class="bt-form">
|
|
<div class="bt-w-main">
|
|
<div class="bt-w-menu">
|
|
<p class="bgw" onclick="pluginService('go-fastdfs');">服务</p>
|
|
<p onclick="pluginInitD('go-fastdfs');">自启动</p>
|
|
<p onclick="pluginConfig('go-fastdfs');">配置文件</p>
|
|
<p onclick="gfConfigSet()">重要配置查看</p>
|
|
<p onclick="pluginLogs('go-fastdfs','','run_log');">运行日志</p>
|
|
<p onclick="pluginLogs('go-fastdfs','','breakpoint_log');">断点日志</p>
|
|
<p onclick="pRead()">说明</p>
|
|
</div>
|
|
<div class="bt-w-con pd15">
|
|
<div class="soft-man-con"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
resetPluginWinWidth(700);
|
|
$.getScript( "/plugins/file?name=go-fastdfs&f=js/fastdfs.js", function() {
|
|
pluginService('go-fastdfs');
|
|
});
|
|
</script> |