Skip to content

Commit fd0fac4

Browse files
committed
updated version, increased panel dashboard width and changed web tab name
1 parent ca81bcb commit fd0fac4

3 files changed

Lines changed: 5 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "survey-dashboard"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "A Dashboard displaying survey data in an interactive way and allow for interactive exploration."
55
authors = [{name = "Jens Broeder", email = "j.broeder@fz-juelich.de"},
66
{name = "Silke Christine Gerlich", email = "s.gerlich@fz-juelich.de"},

survey_dashboard/hmc_layout/en_template.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,6 @@
10841084
<section>
10851085
<div class="container mx-auto mb-12">
10861086
{% block contents %}
1087-
<div class="flex flex-col w-full lg:space-x-4 lg:flex-row">
10881087
<br>
10891088
{% for doc in docs %}
10901089
{{ embed(doc) if doc.elementid }}
@@ -1134,16 +1133,11 @@
11341133
</script>
11351134

11361135
{{ plot_script | indent(8) }}
1137-
<div class="container mx-auto mb-24">
1138-
<div class="row">
1139-
<div class="col-sm">
1140-
{{ embed(roots.App) }}
1141-
</div>
1142-
</div>
1143-
</div>
1136+
<div class="w-full">
1137+
{{ embed(roots.App) }}
1138+
</div>
11441139
{% endblock %}
11451140
</div>
1146-
</div>
11471141
</section>
11481142
</div>
11491143
</main>

survey_dashboard/i18n/text_display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
This is the central place for all text from the dashboard which needs to be translated
1313
"""
1414

15-
md_text_title = {'EN': 'Survey Data Explorer: ', 'DE': 'HMC Survey Data Explorer'}
15+
md_text_title = {'EN': 'Community Survey Explorer', 'DE': 'HMC Survey Data Explorer'}
1616

1717
md_dashboard_title = {'EN': 'HMC Community Survey 2021', 'DE': 'HMC Community Survey 2021'}
1818

0 commit comments

Comments
 (0)