Skip to content

Commit

Permalink
chore: studio -> added a new line in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
lvca committed Jul 23, 2023
1 parent 89d0325 commit 481b809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/main/resources/static/js/studio-database.js
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,8 @@ function displaySchema(){
panelHtml += "</b>";
}

panelHtml += "<br>";

if( row.indexes != "" ){
panelHtml += "<br><h6>Indexes</h6>";
panelHtml += "<div class='table-responsive'>";
Expand Down

0 comments on commit 481b809

Please sign in to comment.