@@ -77,9 +77,6 @@ form:
label_mta_fixed_i_p: IP fija MTA
label_comments: Comentarios
label_time_cm_stats: Estadísticas y SLA de CMs
- label_check_fixed_i_p: IP fija
- label_check_cpe_fixed_i_p: IP fija CPE
- label_check_mta_fixed_i_p: IP fija MTA
list:
label_id: Id
@@ -51,6 +51,9 @@ function updateFixedIPs(id, value)
$select.append('<option value="' + value + '">' + value + '</option>');
});
}
+ if (data.error) {
+ console.log(data.error);
+ }
return false;
},