mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch '110-Mejoras_visuales_en_consola_Visual_2' into 'develop'
15-Improve visual console 2 - #15 See merge request !48
This commit is contained in:
commit
5f3071e30e
pandora_console
godmode/reporting
include/javascript/tiny_mce/themes/advanced
@ -1265,7 +1265,7 @@ function hiddenFields(item) {
|
||||
$("#percentile_item_row_4." + item).css('display', '');
|
||||
|
||||
$("#period_row").css('display', 'none');
|
||||
$("#period_row." + item).css('display', '');
|
||||
$("#period_row." + item).css('display', 'none');
|
||||
|
||||
$("#size_row").css('display', 'none');
|
||||
$("#size_row." + item).css('display', '');
|
||||
@ -1335,7 +1335,7 @@ function cleanFields(item) {
|
||||
$("input[name=top]").val(0);
|
||||
$("input[name=agent]").val('');
|
||||
$("select[name=module]").val('');
|
||||
$("input[name=process_value]").val('');
|
||||
$("select[name=process_value]").val(0);
|
||||
$("select[name=background_image]").val('');
|
||||
$("input[name=width_percentile]").val('');
|
||||
$("input[name=max_percentile]").val('');
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user