diff --git a/templates/database.html b/templates/database.html index f8e62230..bb422d6d 100644 --- a/templates/database.html +++ b/templates/database.html @@ -20,7 +20,7 @@ td { {% for td in row %} - {% if loop.index == 2 and row.type == "table" %} + {% if loop.index == 2 and row.type in ("table", "view") %} {{ td }} {% else %} {{ td }}