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.
17 lines
527 B
17 lines
527 B
<div class="bt-form">
|
|
<div class="bt-w-main">
|
|
<div class="bt-w-menu">
|
|
<p class="bgw" onclick="pluginService('varnish');">服务</p>
|
|
<p onclick="pluginInitD('varnish');">自启动</p>
|
|
<p onclick="pluginConfig('varnish');">VCL</p>
|
|
<p onclick="pluginLogs('varnish','','run_log');">日志</p>
|
|
<!-- <p onclick="redisStatus();">负载状态</p> -->
|
|
</div>
|
|
<div class="bt-w-con pd15">
|
|
<div class="soft-man-con"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
pluginService('varnish');
|
|
</script> |