| @@ -75,5 +75,33 @@ | ||
| 75 | 75 | </div> |
| 76 | 76 | </div> |
| 77 | 77 | <?php } ?> |
| 78 | 78 | |
| 79 | + <?php if(isset($arguments['vc'])){ ?> | |
| 80 | + <div class="ww-option"> | |
| 81 | + <div class="ww-option__head"><label class="ww-option__name" for="checkbox-5"><?=wtsec_locale("remote_antivirus")?></label> | |
| 82 | + <div class="ww-option__checkbox"><label class="ww-checkbox"><input | |
| 83 | + data-host_id="<?=$arguments['host_id']?>" | |
| 84 | + data-config_id="<?=$arguments['vc']['config_id']?>" | |
| 85 | + class="v-change ww-checkbox__input" type="checkbox" id="checkbox-5" <?=$arguments['vc']['is_active'] ? "checked" : ""?>> | |
| 86 | + <div class="ww-checkbox__name"></div></label></div> | |
| 87 | + </div> | |
| 88 | + <div class="ww-option__text"><?=wtsec_locale("descriptions.antivirus")?> | |
| 89 | + </div> | |
| 90 | + </div> | |
| 91 | + <?php } ?> | |
| 92 | + | |
| 93 | + | |
| 94 | + <?php if(isset($arguments['waf'])){ ?> | |
| 95 | + <div class="ww-option"> | |
| 96 | + <div class="ww-option__head"><label class="ww-option__name" for="checkbox-5"><?=wtsec_locale("firewall")?></label> | |
| 97 | + <div class="ww-option__checkbox"><label class="ww-checkbox"><input | |
| 98 | + data-host_id="<?=$arguments['host_id']?>" | |
| 99 | + data-config_id="<?=$arguments['waf']['config_id']?>" | |
| 100 | + class="v-change ww-checkbox__input" type="checkbox" id="checkbox-5" <?=$arguments['waf']['is_active'] ? "checked" : ""?>> | |
| 101 | + <div class="ww-checkbox__name"></div></label></div> | |
| 102 | + </div> | |
| 103 | + <div class="ww-option__text"><?=wtsec_locale("descriptions.firewall")?> | |
| 104 | + </div> | |
| 105 | + </div> | |
| 106 | + <?php } ?> | |
| 79 | 107 | </div> |