Pavel Loginov 2022-01-28 10:51:09 +03:00
parent fc38bd8bea
commit f380d8da4c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<span class="service-stop" onclick="confirmAjaxAction('stop', 'waf', '{{service.1}}')"></span> <span class="service-stop" onclick="confirmAjaxAction('stop', 'waf', '{{service.1}}')"></span>
</a> </a>
<a id="{{ service.1 }}" class="restart-waf" title="Restart WAF service"> <a id="{{ service.1 }}" class="restart-waf" title="Restart WAF service">
<span class="service-reload" onclick="confirmAjaxAction('restart', 'restart', '{{service.1}}')"></span> <span class="service-reload" onclick="confirmAjaxAction('restart', 'waf', '{{service.1}}')"></span>
</a> </a>
{% endif %} {% endif %}
</td> </td>