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.
|
|
|
<style>
|
|
|
|
.overflow_hide {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<div class="bt-form">
|
|
|
|
<div class='plugin_version'></div>
|
|
|
|
<div class="bt-w-main">
|
|
|
|
<div class="bt-w-menu">
|
|
|
|
<p class="bgw" onclick="pluginService('fail2ban');">服务</p>
|
|
|
|
<p onclick="pluginInitD('fail2ban');">自启动</p>
|
|
|
|
<p onclick="pluginConfigTpl('fail2ban',$('.plugin_version').attr('version'));">配置修改</p>
|
|
|
|
<p onclick="f2bBanIp();">IP黑名单</p>
|
|
|
|
<!-- <p onclick="redisStatus($('.plugin_version').attr('version'));">负载状态</p> -->
|
|
|
|
<p onclick="pluginLogs('fail2ban','','run_log');">运行日志</p>
|
|
|
|
</div>
|
|
|
|
<div class="bt-w-con pd15">
|
|
|
|
<div class="soft-man-con" style="height: 520px; overflow: auto;"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
resetPluginWinWidth(1000);
|
|
|
|
// resetPluginWinHeight(500);
|
|
|
|
$.getScript( "/plugins/file?name=fail2ban&f=js/fail2ban.js", function(){
|
|
|
|
pluginService('fail2ban', $('.plugin_version').attr('version'));
|
|
|
|
});
|
|
|
|
</script>
|