Skip to content

Commit fca3a59

Browse files
authored
Added ID for the div that includes all table reference (#1080)
1 parent e20a56c commit fca3a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/integrations/templates/schemas/schemas.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{% include note.html first-line="**Table and column names in your destination**" content=schemas-and-destination-loading %}
2525
{% endif %}
2626

27-
<div>
27+
<div id="table-reference">
2828
{% for table in tables %}
2929

3030
{% if table.status != "not found" %}
@@ -134,4 +134,4 @@ <h4 class="panel-title">
134134

135135
{% endfor %}
136136

137-
</div>
137+
</div>

0 commit comments

Comments
 (0)