Merge branch '1734-No-se-pueden-ver-opciones-avanzadas-en-módulos-generic_data_string' into 'develop'
Fix advanced options toggle for data string modules - #1734 See merge request artica/pandorafms!1237
This commit is contained in:
commit
482204b525
|
@ -1516,6 +1516,9 @@ function paint_graph_status(min_w, max_w, min_c, max_c, inverse_w, inverse_c, er
|
||||||
var svg = d3.select("#svg_dinamic");
|
var svg = d3.select("#svg_dinamic");
|
||||||
svg.selectAll("g").remove();
|
svg.selectAll("g").remove();
|
||||||
|
|
||||||
|
width_x = 201;
|
||||||
|
height_x = 50;
|
||||||
|
|
||||||
//message error warning
|
//message error warning
|
||||||
if (error_w == 1) {
|
if (error_w == 1) {
|
||||||
$("#text-max_warning").addClass("input_error");
|
$("#text-max_warning").addClass("input_error");
|
||||||
|
|
Loading…
Reference in New Issue