Simple Linux Panel
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.
mdserver-web/plugins/rsyncd/index.html

23 lines
755 B

6 years ago
<div class="bt-form">
<div class="bt-w-main">
<div class="bt-w-menu">
<p class="bgw" onclick="pluginService('rsyncd');">服务</p>
<p onclick="pluginInitD('rsyncd');">自启动</p>
<p onclick="pluginConfig('rsyncd');">配置修改</p>
6 years ago
<p onclick="pluginConfig('rsyncd','','conf_pwd');">密钥配置</p>
6 years ago
<p onclick="rsyncdReceive();">接收配置</p>
<p onclick="pluginLogs('rsyncd','','run_log');">日志</p>
<p onclick="rsRead()">说明</p>
6 years ago
</div>
<div class="bt-w-con pd15">
<div class="soft-man-con"></div>
</div>
</div>
</div>
<script type="text/javascript">
6 years ago
resetPluginWinWidth(700);
$.getScript( "/plugins/file?name=rsyncd&f=js/rsyncd.js", function() {
pluginService('rsyncd');
6 years ago
});
</script>