specific custom mac address

This commit is contained in:
usmannasir
2018-09-25 23:56:10 +05:00
parent 07f3b87a5c
commit efae6a0866
14 changed files with 94 additions and 30 deletions

View File

@@ -1011,7 +1011,7 @@ app.controller('emailForwarding', function($scope,$http) {
};
$scope.deleteForwarding = function(destination){
$scope.deleteForwarding = function(source, destination){
$scope.creationBox = true;
$scope.emailDetails = true;
@@ -1025,7 +1025,8 @@ app.controller('emailForwarding', function($scope,$http) {
var data = {
destination:destination
destination:destination,
source: source
};
var config = {