chore: restored Pragotron link

This commit is contained in:
2024-08-20 13:16:02 +02:00
parent 7769477508
commit 86d178ef56
3 changed files with 13 additions and 2 deletions
@@ -14,6 +14,10 @@
</span>
<span class="header_links" v-if="station">
<a :href="pragotronHref" target="_blank" :title="$t('scenery.pragotron-link')">
<img src="/images/icon-pragotron.svg" alt="icon-pragotron" />
</a>
<a :href="tabliceZbiorczeHref" target="_blank" :title="$t('scenery.tablice-link')">
<img src="/images/icon-tablice.ico" alt="icon-tablice" />
</a>
@@ -250,6 +254,13 @@ export default defineComponent({
return url;
},
pragotronHref() {
let url = `https://pragotron-td2.web.app/board?name=${this.station!.name}&region=${this.store.region.id}`;
if (this.chosenCheckpoint) url += `&checkpoint=${this.chosenCheckpoint}`;
return url;
},
sceneryTimetables(): SceneryTimetableRow[] {
if (!this.onlineScenery) return [];