diff --git a/webclient/src/pages/index.vue b/webclient/src/pages/index.vue index 84d1f126d..852962a88 100644 --- a/webclient/src/pages/index.vue +++ b/webclient/src/pages/index.vue @@ -29,7 +29,7 @@ const openPanels = ref<(boolean | undefined)[]>([]); {{ site.name }} @@ -38,12 +38,11 @@ const openPanels = ref<(boolean | undefined)[]>([]);
{{ site.name }}
- {{ openPanels[siteIndex] }}?{{ site.children.length }}:{{ site.n_visible }}
@@ -90,6 +89,8 @@ de: overview_map: Übersichtskarte sites: Standorte "Loading data...": Lädt daten... + show_details_for_campus: show the details for the campus '{0}' + show_details_for_building: show the details for the building '{0}' en: less: less less_aria: show more buildings @@ -98,4 +99,6 @@ en: overview_map: Overview Map sites: Sites "Loading data...": Loading data... + show_details_for_campus: show the details for the campus '{0}' + show_details_for_building: show the details for the building '{0}'