Skip to content

Commit

Permalink
Update build/media_source/plg_system_debug/widgets/sqlqueries/widget.…
Browse files Browse the repository at this point in the history
…es5.js

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
  • Loading branch information
Fedik and richard67 committed Sep 6, 2020
1 parent 1a97abd commit f88bd43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
tableExplain.find('.heading-row').hide();
tableExplain.append('<tr><td colspan="10">' + entry.error + '</td></tr>');
}
else if(entry['QUERY PLAN']) {
else if (entry['QUERY PLAN']) {
// PostgreSQL
tableExplain.find('.heading-row').hide();
tableExplain.append('<tr><td>QUERY PLAN </td><td colspan="9">' + entry['QUERY PLAN'] + '</td></tr>');
Expand Down

0 comments on commit f88bd43

Please sign in to comment.