We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5794238 commit 5288142Copy full SHA for 5288142
src/haddock/libs/libplots.py
@@ -1072,11 +1072,11 @@ def _generate_unclustered_table_html(
1072
}}
1073
</script>
1074
<script type="module">
1075
- import {{ renderClusterTable }} from "{bundle_url}";
+ import {{ renderStructureTable }} from "{bundle_url}";
1076
1077
const props = JSON.parse(document.getElementById("data{table_id}").text)
1078
1079
- renderClusterTable(document.getElementById('{table_id}'), props.headers, props.structures)
+ renderStructureTable(document.getElementById('{table_id}'), props.headers, props.structures)
1080
</script>""" # noqa : E501
1081
1082
0 commit comments