Fixed element in meta
This commit is contained in:
parent
3c4331631d
commit
5fa51ceb6b
|
@ -1786,6 +1786,7 @@ function setBarsGraph(id_data, values) {
|
|||
parameter.push ({name: "action", value: "get_module_type_string"});
|
||||
parameter.push ({name: "id_agent", value: values['id_agent']});
|
||||
parameter.push ({name: "module", value: values['module']});
|
||||
parameter.push ({name: "id_element", value: id_data});
|
||||
parameter.push ({name: "id_visual_console", value: id_visual_console});
|
||||
jQuery.ajax({
|
||||
url: get_url_ajax(),
|
||||
|
|
|
@ -767,13 +767,13 @@ input.graph_min {
|
|||
background: #fefefe url(../../images/chart_curve.png) no-repeat center !important;
|
||||
}
|
||||
input.graph_min[disabled] {
|
||||
background: #fefefe url(../../images/icono-barras-arriba.disabled.png) no-repeat center !important;
|
||||
background: #fefefe url(../../images/chart_curve.disabled.png) no-repeat center !important;
|
||||
}
|
||||
input.bars_graph_min {
|
||||
background: #fefefe url(../../images/icono-barras-arriba.png) no-repeat center !important;
|
||||
}
|
||||
input.bars_graph_min[disabled] {
|
||||
background: #fefefe url(../../images/chart_curve.disabled.png) no-repeat center !important;
|
||||
background: #fefefe url(../../images/icono-barras-arriba.disabled.png) no-repeat center !important;
|
||||
}
|
||||
input.percentile_min {
|
||||
background: #fefefe url(../../images/chart_bar.png) no-repeat center !important;
|
||||
|
|
Loading…
Reference in New Issue