fixed minor error network components

This commit is contained in:
Daniel Barbero 2019-07-08 13:40:52 +02:00
parent 6e7dfb38fd
commit b70c904ec3
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ function configure_modules_form() {
var obj = jQuery.parseJSON(data["macros"]);
$.each(obj, function(k, macro) {
add_macro_field(macro, "simple-macro");
add_macro_field(macro, "simple-macro", "td");
});
}