Fix item sql query remove fields

This commit is contained in:
Daniel Barbero Martin 2020-12-03 10:31:25 +01:00
parent fbc14f9d95
commit d3a3a74ceb
1 changed files with 0 additions and 2 deletions

View File

@ -5403,11 +5403,9 @@ function chooseType() {
case 'sql':
$("#row_description").show();
$("#row_query").show();
$("#row_max_items").show();
$("#row_header").show();
$("#row_custom").show();
$("#row_custom_example").show();
$("#row_dyn_height").show();
$("#row_servers").show();
$("#row_historical_db_check").show();
break;