2018-10-07 08:38:30 -04:00
|
|
|
<div class="bt-form">
|
2024-11-04 14:29:36 -05:00
|
|
|
<!-- <div class='plugin_version'></div> -->
|
2018-10-07 08:38:30 -04:00
|
|
|
<div class="bt-w-main">
|
|
|
|
|
<div class="bt-w-menu">
|
2024-01-16 14:20:48 -05:00
|
|
|
<p class="bgw" onclick="orPluginService('openresty',$('.plugin_version').attr('version'));">服务</p>
|
2023-12-29 14:21:13 -05:00
|
|
|
<p onclick="pluginInitD('openresty', $('.plugin_version').attr('version'));">自启动</p>
|
2018-12-05 07:15:00 -05:00
|
|
|
<p onclick="pluginConfig('openresty');">配置修改</p>
|
2022-10-28 14:46:27 -04:00
|
|
|
<p onclick="getOpStatus();">负载状态</p>
|
|
|
|
|
<p onclick="setOpCfg();">性能调整</p>
|
2018-12-14 05:29:53 -05:00
|
|
|
<p onclick="pluginLogs('openresty');">错误日志</p>
|
2025-09-17 00:38:14 -04:00
|
|
|
<p onclick="otherFunc();">维护功能</p>
|
2018-10-07 08:38:30 -04:00
|
|
|
</div>
|
|
|
|
|
<div class="bt-w-con pd15">
|
2018-12-05 01:00:31 -05:00
|
|
|
<div class="soft-man-con"></div>
|
2018-10-07 08:38:30 -04:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2018-12-05 01:00:31 -05:00
|
|
|
</div>
|
2022-09-11 07:58:15 -04:00
|
|
|
|
2018-12-05 01:00:31 -05:00
|
|
|
<script type="text/javascript">
|
2022-07-11 06:48:12 -04:00
|
|
|
$.getScript( "/plugins/file?name=openresty&f=js/openresty.js", function(){
|
|
|
|
|
orPluginService('openresty');
|
|
|
|
|
});
|
2018-10-07 08:38:30 -04:00
|
|
|
</script>
|