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
678 B
22 lines
678 B
2 years ago
|
<div class="bt-form">
|
||
|
<div class="bt-w-main">
|
||
|
<div class="bt-w-menu">
|
||
|
<p class="bgw" onclick="pluginService('nezha');">面板服务</p>
|
||
|
<p onclick="pluginInitD('nezha');">面板自启动</p>
|
||
|
<p class="bgw" onclick="pluginService('nezha');">AGENT服务</p>
|
||
|
<p onclick="pluginInitD('nezha');">AGENT自启动</p>
|
||
|
<p onclick="pluginConfig('nezha',null, 'conf');">面板配置文件</p>
|
||
|
</div>
|
||
|
<div class="bt-w-con pd15">
|
||
|
<div class="soft-man-con"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
resetPluginWinHeight(530);
|
||
|
$.getScript( "/plugins/file?name=nezha&f=js/nezha.js", function(){
|
||
|
mail.init();
|
||
|
pluginService('nezha');
|
||
|
});
|
||
|
</script>
|