Skip to content

Commit

Permalink
hack: disable file imports
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Aug 6, 2024
1 parent 6e6668e commit bb78c19
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 class="SummaryTitle">{{ 'app.view.editor-side-view.editor-tools-view-compone
<sbb-icon svgIcon="download-small" aria-hidden="false"></sbb-icon>
</button>
{{ 'app.view.editor-side-view.editor-tools-view-component.export-netzgrafik-as-json' | translate }}
<br />
<!--<br />
<button
(click)="onLoadButton()"
[title]="'app.view.editor-side-view.editor-tools-view-component.import-netzgrafik' | translate"
Expand All @@ -55,7 +55,7 @@ <h2 class="SummaryTitle">{{ 'app.view.editor-side-view.editor-tools-view-compone
accept=".json"
(change)="onLoad($event)"
/>
{{ 'app.view.editor-side-view.editor-tools-view-component.import-netzgrafik-as-json' | translate }}
{{ 'app.view.editor-side-view.editor-tools-view-component.import-netzgrafik-as-json' | translate }}-->
<br />
<button
(click)="onExportZuglauf()"
Expand All @@ -71,6 +71,7 @@ <h2 class="SummaryTitle">{{ 'app.view.editor-side-view.editor-tools-view-compone
</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>
<!--
<button
(click)="onLoadStammdatenButton()"
[title]="'app.view.editor-side-view.editor-tools-view-component.import-base-data' | translate"
Expand All @@ -92,7 +93,7 @@ <h2 class="SummaryTitle">{{ 'app.view.editor-side-view.editor-tools-view-compone
accept=".csv"
(change)="onLoadStammdaten($event)"
/>
<br />
<br />-->
<button
(click)="onExportStammdaten()"
[title]="'app.view.editor-side-view.editor-tools-view-component.export-base-data' | translate"
Expand Down

0 comments on commit bb78c19

Please sign in to comment.