Merge branch '76-umbrales-de-modulos-visual' into 'develop'

fixed visual errors edit modules

See merge request !195
This commit is contained in:
daniel 2017-02-22 13:27:50 +01:00
commit 8fbb95dbf6

View File

@ -875,8 +875,8 @@ $(document).ready (function () {
}); });
//Dynamic_options_advance; //Dynamic_options_advance;
$('#simple-2-2').hide(); $('#simple-3-2').hide();
$('#simple-2-3').hide(); $('#simple-3-3').hide();
//paint graph stutus critical and warning: //paint graph stutus critical and warning:
paint_graph_values(); paint_graph_values();
@ -940,12 +940,12 @@ function disabled_status (disabledBecauseInPolicy) {
//Dynamic_options_advance; //Dynamic_options_advance;
function advanced_option_dynamic() { function advanced_option_dynamic() {
if($('#simple-2-2').is(":visible")){ if($('#simple-3-2').is(":visible")){
$('#simple-2-2').hide(); $('#simple-3-2').hide();
$('#simple-2-3').hide(); $('#simple-3-3').hide();
} else { } else {
$('#simple-2-2').show(); $('#simple-3-2').show();
$('#simple-2-3').show(); $('#simple-3-3').show();
} }
} }