Skip to content

Commit

Permalink
hack: hide origin destination matrix csv export (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Greiner <[email protected]>
  • Loading branch information
louisgreiner committed Jan 27, 2025
1 parent 7488049 commit 8561806
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ <h2 class="SummaryTitle">{{ 'app.view.editor-side-view.editor-tools-view-compone
<sbb-tooltip
>{{ 'app.view.editor-side-view.editor-tools-view-component.export-trainruns-as-csv-excel' | translate }}</sbb-tooltip
>
<!--
<br />
<button
(click)="onExportOriginDestination()"
Expand All @@ -81,6 +82,7 @@ <h2 class="SummaryTitle">{{ 'app.view.editor-side-view.editor-tools-view-compone
<sbb-icon svgIcon="five-circles-interconnected-small"></sbb-icon>
</button>
{{ 'app.view.editor-side-view.editor-tools-view-component.export-origin-destination-as-csv' | translate }}
-->
</sbb-expansion-panel>
<sbb-expansion-panel [expanded]="false">
<sbb-expansion-panel-header>{{ 'app.view.editor-side-view.editor-tools-view-component.base-data' | translate }}</sbb-expansion-panel-header>
Expand Down

0 comments on commit 8561806

Please sign in to comment.