Firewall: Add Rules by IP, Bug Fixes: SSL, Error Logs, Remote Transfer

This commit is contained in:
usmannasir
2017-11-02 02:09:47 +05:00
parent 897a8504c2
commit e366876b9b
31 changed files with 1353 additions and 1131 deletions

View File

@@ -54,6 +54,7 @@ app.controller('firewallController', function($scope,$http) {
ruleName:ruleName,
ruleProtocol:ruleProtocol,
rulePort:rulePort,
ruleIP:$scope.ruleIP,
};
var config = {
@@ -165,7 +166,7 @@ app.controller('firewallController', function($scope,$http) {
$scope.deleteRule = function(id,proto,port){
$scope.deleteRule = function(id,proto,port,ruleIP){
@@ -178,6 +179,7 @@ app.controller('firewallController', function($scope,$http) {
id:id,
proto:proto,
port:port,
ruleIP:ruleIP,
};
var config = {