mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
chore: changed placement of the offline icon
This commit is contained in:
@@ -89,6 +89,14 @@
|
||||
class="scenery-change-name"
|
||||
>
|
||||
<span>{{ scheduleStopsV2[i + 1].sceneryName }}</span>
|
||||
|
||||
<i
|
||||
v-if="!scheduleStopsV2[i + 1].isSceneryOnline"
|
||||
class="fa-solid fa-ban fa-sm"
|
||||
data-tooltip-type="BaseTooltip"
|
||||
:data-tooltip-content="$t('app.tooltip-scenery-offline')"
|
||||
style="color: salmon; margin-left: 0.25em"
|
||||
></i>
|
||||
</div>
|
||||
|
||||
<div
|
||||
@@ -329,8 +337,6 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
console.log(stopRows);
|
||||
|
||||
return stopRows;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user