|  | @@ -469,13 +469,13 @@ jQuery(function($){
 | 
	
		
			
				|  |  |              item.chkbox = '<input type="checkbox" class="form-check-input" data-id="domain" name="multi_select" value="' + encodeURIComponent(item.domain_name) + '" />';
 | 
	
		
			
				|  |  |              item.action = '<div class="btn-group">';
 | 
	
		
			
				|  |  |              if (role == "admin") {
 | 
	
		
			
				|  |  | -              item.action += '<a href="/edit/domain/' + encodeURIComponent(item.domain_name) + '" class="btn btn-sm btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | -                '<a href="#" data-action="delete_selected" data-id="single-domain" data-api-url="delete/domain" data-item="' + encodeURIComponent(item.domain_name) + '" class="btn btn-sm btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | -                  '<a href="#dnsInfoModal" class="btn btn-sm btn-info" data-bs-toggle="modal" data-domain="' + encodeURIComponent(item.domain_name) + '"><i class="bi bi-globe2"></i> DNS</a></div>';
 | 
	
		
			
				|  |  | +              item.action += '<a href="/edit/domain/' + encodeURIComponent(item.domain_name) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +                '<a href="#" data-action="delete_selected" data-id="single-domain" data-api-url="delete/domain" data-item="' + encodeURIComponent(item.domain_name) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | +                  '<a href="#dnsInfoModal" class="btn btn-sm btn-xs-lg btn-info" data-bs-toggle="modal" data-domain="' + encodeURIComponent(item.domain_name) + '"><i class="bi bi-globe2"></i> DNS</a></div>';
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              else {
 | 
	
		
			
				|  |  | -              item.action += '<a href="/edit/domain/' + encodeURIComponent(item.domain_name) + '" class="btn btn-xs btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | -              '<a href="#dnsInfoModal" class="btn btn-xs btn-xs-half btn-info" data-bs-toggle="modal" data-domain="' + encodeURIComponent(item.domain_name) + '"><i class="bi bi-globe2"></i> DNS</a></div>';
 | 
	
		
			
				|  |  | +              item.action += '<a href="/edit/domain/' + encodeURIComponent(item.domain_name) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="#dnsInfoModal" class="btn btn-sm btn-xs-lg btn-xs-half btn-info" data-bs-toggle="modal" data-domain="' + encodeURIComponent(item.domain_name) + '"><i class="bi bi-globe2"></i> DNS</a></div>';
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              if (Array.isArray(item.tags)){
 | 
	
	
		
			
				|  | @@ -671,13 +671,13 @@ jQuery(function($){
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              if (item.template.toLowerCase() == "default"){
 | 
	
		
			
				|  |  |                item.action = '<div class="btn-group">' +
 | 
	
		
			
				|  |  | -              '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-xs btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  |                '</div>';
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              else {
 | 
	
		
			
				|  |  |                item.action = '<div class="btn-group">' +
 | 
	
		
			
				|  |  | -              '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-xs btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | -              '<a href="#" data-action="delete_selected" data-id="single-template" data-api-url="delete/domain/template" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-xs btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="#" data-action="delete_selected" data-id="single-template" data-api-url="delete/domain/template" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  |                '</div>';
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -912,18 +912,18 @@ jQuery(function($){
 | 
	
		
			
				|  |  |              if (acl_data.login_as === 1) {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                item.action = '<div class="btn-group">' +
 | 
	
		
			
				|  |  | -              '<a href="/edit/mailbox/' + encodeURIComponent(item.username) + '" class="btn btn-sm btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | -              '<a href="#" data-action="delete_selected" data-id="single-mailbox" data-api-url="delete/mailbox" data-item="' + encodeURIComponent(item.username) + '" class="btn btn-sm btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | -              '<a href="/index.php?duallogin=' + encodeURIComponent(item.username) + '" class="login_as btn btn-sm btn-xs-half btn-success"><i class="bi bi-person-fill"></i> Login</a>';
 | 
	
		
			
				|  |  | +              '<a href="/edit/mailbox/' + encodeURIComponent(item.username) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="#" data-action="delete_selected" data-id="single-mailbox" data-api-url="delete/mailbox" data-item="' + encodeURIComponent(item.username) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="/index.php?duallogin=' + encodeURIComponent(item.username) + '" class="login_as btn btn-sm btn-xs-lg btn-xs-half btn-success"><i class="bi bi-person-fill"></i> Login</a>';
 | 
	
		
			
				|  |  |                if (ALLOW_ADMIN_EMAIL_LOGIN) {
 | 
	
		
			
				|  |  | -                item.action += '<a href="/sogo-auth.php?login=' + encodeURIComponent(item.username) + '" class="login_as btn btn-sm btn-xs-half btn-primary" target="_blank"><i class="bi bi-envelope-fill"></i> SOGo</a>';
 | 
	
		
			
				|  |  | +                item.action += '<a href="/sogo-auth.php?login=' + encodeURIComponent(item.username) + '" class="login_as btn btn-sm btn-xs-lg btn-xs-half btn-primary" target="_blank"><i class="bi bi-envelope-fill"></i> SOGo</a>';
 | 
	
		
			
				|  |  |                }
 | 
	
		
			
				|  |  |                item.action += '</div>';
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              else {
 | 
	
		
			
				|  |  |              item.action = '<div class="btn-group">' +
 | 
	
		
			
				|  |  | -              '<a href="/edit/mailbox/' + encodeURIComponent(item.username) + '" class="btn btn-xs btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | -              '<a href="#" data-action="delete_selected" data-id="single-mailbox" data-api-url="delete/mailbox" data-item="' + encodeURIComponent(item.username) + '" class="btn btn-xs btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="/edit/mailbox/' + encodeURIComponent(item.username) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="#" data-action="delete_selected" data-id="single-mailbox" data-api-url="delete/mailbox" data-item="' + encodeURIComponent(item.username) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  |                '</div>';
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              item.in_use = {
 | 
	
	
		
			
				|  | @@ -1190,13 +1190,13 @@ jQuery(function($){
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              if (item.template.toLowerCase() == "default"){
 | 
	
		
			
				|  |  |                item.action = '<div class="btn-group">' +
 | 
	
		
			
				|  |  | -                '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-xs btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +                '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  |                  '</div>';
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              else {
 | 
	
		
			
				|  |  |                item.action = '<div class="btn-group">' +
 | 
	
		
			
				|  |  | -                '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-xs btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | -                '<a href="#" data-action="delete_selected" data-id="single-template" data-api-url="delete/mailbox/template" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-xs btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | +                '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +                '<a href="#" data-action="delete_selected" data-id="single-template" data-api-url="delete/mailbox/template" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  |                  '</div>';
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -1378,8 +1378,8 @@ jQuery(function($){
 | 
	
		
			
				|  |  |                item.multiple_bookings = '<span id="active-script" class="badge fs-6 bg-danger">' + lang.booking_custom_short + ' (' + item.multiple_bookings + ')</span>';
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              item.action = '<div class="btn-group">' +
 | 
	
		
			
				|  |  | -              '<a href="/edit/resource/' + encodeURIComponent(item.name) + '" class="btn btn-sm btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | -              '<a href="#" data-action="delete_selected" data-id="single-resource" data-api-url="delete/resource" data-item="' + item.name + '" class="btn btn-sm btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="/edit/resource/' + encodeURIComponent(item.name) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="#" data-action="delete_selected" data-id="single-resource" data-api-url="delete/resource" data-item="' + item.name + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  |                '</div>';
 | 
	
		
			
				|  |  |              item.chkbox = '<input type="checkbox" class="form-check-input" data-id="resource" name="multi_select" value="' + encodeURIComponent(item.name) + '" />';
 | 
	
		
			
				|  |  |              item.name = escapeHtml(item.name);
 | 
	
	
		
			
				|  | @@ -1518,8 +1518,8 @@ jQuery(function($){
 | 
	
		
			
				|  |  |          dataSrc: function(json){
 | 
	
		
			
				|  |  |            $.each(json, function (i, item) {
 | 
	
		
			
				|  |  |              item.action = '<div class="btn-group">' +
 | 
	
		
			
				|  |  | -              '<a href="/edit/bcc/' + item.id + '" class="btn btn-sm btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | -              '<a href="#" data-action="delete_selected" data-id="single-bcc" data-api-url="delete/bcc" data-item="' + item.id + '" class="btn btn-sm btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="/edit/bcc/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="#" data-action="delete_selected" data-id="single-bcc" data-api-url="delete/bcc" data-item="' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  |                '</div>';
 | 
	
		
			
				|  |  |              item.chkbox = '<input type="checkbox" class="form-check-input" data-id="bcc" name="multi_select" value="' + item.id + '" />';
 | 
	
		
			
				|  |  |              item.local_dest = escapeHtml(item.local_dest);
 | 
	
	
		
			
				|  | @@ -1632,8 +1632,8 @@ jQuery(function($){
 | 
	
		
			
				|  |  |              item.recipient_map_old = escapeHtml(item.recipient_map_old);
 | 
	
		
			
				|  |  |              item.recipient_map_new = escapeHtml(item.recipient_map_new);
 | 
	
		
			
				|  |  |              item.action = '<div class="btn-group">' +
 | 
	
		
			
				|  |  | -              '<a href="/edit/recipient_map/' + item.id + '" class="btn btn-sm btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | -              '<a href="#" data-action="delete_selected" data-id="single-recipient_map" data-api-url="delete/recipient_map" data-item="' + item.id + '" class="btn btn-sm btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="/edit/recipient_map/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="#" data-action="delete_selected" data-id="single-recipient_map" data-api-url="delete/recipient_map" data-item="' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  |                '</div>';
 | 
	
		
			
				|  |  |              item.chkbox = '<input type="checkbox" class="form-check-input" data-id="recipient_map" name="multi_select" value="' + item.id + '" />';
 | 
	
		
			
				|  |  |            });
 | 
	
	
		
			
				|  | @@ -1734,8 +1734,8 @@ jQuery(function($){
 | 
	
		
			
				|  |  |                item.parameters = '<code>' + escapeHtml(item.parameters) + '</code>';
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              item.action = '<div class="btn-group">' +
 | 
	
		
			
				|  |  | -              '<a href="/edit/tls_policy_map/' + item.id + '" class="btn btn-sm btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | -              '<a href="#" data-action="delete_selected" data-id="single-tls-policy-map" data-api-url="delete/tls-policy-map" data-item="' + item.id + '" class="btn btn-sm btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="/edit/tls_policy_map/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="#" data-action="delete_selected" data-id="single-tls-policy-map" data-api-url="delete/tls-policy-map" data-item="' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  |                '</div>';
 | 
	
		
			
				|  |  |              item.chkbox = '<input type="checkbox" class="form-check-input" data-id="tls-policy-map" name="multi_select" value="' + item.id + '" />';
 | 
	
		
			
				|  |  |            });
 | 
	
	
		
			
				|  | @@ -1832,8 +1832,8 @@ jQuery(function($){
 | 
	
		
			
				|  |  |          dataSrc: function(json){
 | 
	
		
			
				|  |  |            $.each(json, function (i, item) {
 | 
	
		
			
				|  |  |              item.action = '<div class="btn-group">' +
 | 
	
		
			
				|  |  | -              '<a href="/edit/alias/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | -              '<a href="#" data-action="delete_selected" data-id="single-alias" data-api-url="delete/alias" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="/edit/alias/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="#" data-action="delete_selected" data-id="single-alias" data-api-url="delete/alias" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  |                '</div>';
 | 
	
		
			
				|  |  |              item.chkbox = '<input type="checkbox" class="form-check-input" data-id="alias" name="multi_select" value="' + encodeURIComponent(item.id) + '" />';
 | 
	
		
			
				|  |  |              item.goto = escapeHtml(item.goto.replace(/,/g, " "));
 | 
	
	
		
			
				|  | @@ -1991,9 +1991,9 @@ jQuery(function($){
 | 
	
		
			
				|  |  |              item.alias_domain = escapeHtml(item.alias_domain);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              item.action = '<div class="btn-group">' +
 | 
	
		
			
				|  |  | -              '<a href="/edit/aliasdomain/' + encodeURIComponent(item.alias_domain) + '" class="btn btn-sm btn-xs-third btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | -              '<a href="#" data-action="delete_selected" data-id="single-alias-domain" data-api-url="delete/alias-domain" data-item="' + encodeURIComponent(item.alias_domain) + '" class="btn btn-sm btn-xs-third btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | -              '<a href="#dnsInfoModal" class="btn btn-sm btn-xs-third btn-info" data-bs-toggle="modal" data-domain="' + encodeURIComponent(item.alias_domain) + '"><i class="bi bi-globe2"></i> DNS</a></div>' +
 | 
	
		
			
				|  |  | +              '<a href="/edit/aliasdomain/' + encodeURIComponent(item.alias_domain) + '" class="btn btn-sm btn-xs-lg btn-xs-third btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="#" data-action="delete_selected" data-id="single-alias-domain" data-api-url="delete/alias-domain" data-item="' + encodeURIComponent(item.alias_domain) + '" class="btn btn-sm btn-xs-lg btn-xs-third btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="#dnsInfoModal" class="btn btn-sm btn-xs-lg btn-xs-third btn-info" data-bs-toggle="modal" data-domain="' + encodeURIComponent(item.alias_domain) + '"><i class="bi bi-globe2"></i> DNS</a></div>' +
 | 
	
		
			
				|  |  |                '</div>';
 | 
	
		
			
				|  |  |              item.chkbox = '<input type="checkbox" class="form-check-input" data-id="alias-domain" name="multi_select" value="' + encodeURIComponent(item.alias_domain) + '" />';
 | 
	
		
			
				|  |  |              if(item.parent_is_backupmx == '1') {
 | 
	
	
		
			
				|  | @@ -2093,8 +2093,8 @@ jQuery(function($){
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              item.server_w_port = escapeHtml(item.user1) + '@' + escapeHtml(item.host1) + ':' + escapeHtml(item.port1);
 | 
	
		
			
				|  |  |              item.action = '<div class="btn-group">' +
 | 
	
		
			
				|  |  | -              '<a href="/edit/syncjob/' + item.id + '" class="btn btn-sm btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | -              '<a href="#" data-action="delete_selected" data-id="single-syncjob" data-api-url="delete/syncjob" data-item="' + item.id + '" class="btn btn-sm btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="/edit/syncjob/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="#" data-action="delete_selected" data-id="single-syncjob" data-api-url="delete/syncjob" data-item="' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  |                '</div>';
 | 
	
		
			
				|  |  |              item.chkbox = '<input type="checkbox" class="form-check-input" data-id="syncjob" name="multi_select" value="' + item.id + '" />';
 | 
	
		
			
				|  |  |              if (item.is_running == 1) {
 | 
	
	
		
			
				|  | @@ -2247,8 +2247,8 @@ jQuery(function($){
 | 
	
		
			
				|  |  |              item.script_data = '<pre class="text-break" style="margin:0px">' + escapeHtml(item.script_data) + '</pre>'
 | 
	
		
			
				|  |  |              item.filter_type = '<div class="badge fs-6 bg-secondary">' + item.filter_type.charAt(0).toUpperCase() + item.filter_type.slice(1).toLowerCase() + '</div>'
 | 
	
		
			
				|  |  |              item.action = '<div class="btn-group">' +
 | 
	
		
			
				|  |  | -              '<a href="/edit/filter/' + item.id + '" class="btn btn-sm btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | -              '<a href="#" data-action="delete_selected" data-id="single-filter" data-api-url="delete/filter" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="/edit/filter/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
 | 
	
		
			
				|  |  | +              '<a href="#" data-action="delete_selected" data-id="single-filter" data-api-url="delete/filter" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
 | 
	
		
			
				|  |  |                '</div>';
 | 
	
		
			
				|  |  |              item.chkbox = '<input type="checkbox" class="form-check-input" data-id="filter_item" name="multi_select" value="' + item.id + '" />'
 | 
	
		
			
				|  |  |            });
 |