parent
258b3cea66
commit
7ff1d50079
@ -123,7 +123,7 @@
|
|||||||
<div class="col-span-6">
|
<div class="col-span-6">
|
||||||
<label
|
<label
|
||||||
for="track"
|
for="track"
|
||||||
class="block text-sm font-medium text-gray-700">Tracks</label>
|
class="block text-sm font-medium text-gray-700">Track</label>
|
||||||
<select
|
<select
|
||||||
name="track"
|
name="track"
|
||||||
bind:value={track}
|
bind:value={track}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
);
|
);
|
||||||
import store from "../../store";
|
import store from "../../store";
|
||||||
import ScanStationsEmptyState from "./ScanStationsEmptyState.svelte";
|
import ScanStationsEmptyState from "./ScanStationsEmptyState.svelte";
|
||||||
import ConfirmScanStationDeletion from "./ConfirmScanStationDeletion.svelte";
|
import ConfirmScanStationDeletion from "./ConfirmScanStationDeletion.svelte";
|
||||||
$: searchvalue = "";
|
$: searchvalue = "";
|
||||||
$: active_deletes = [];
|
$: active_deletes = [];
|
||||||
let delete_station = {};
|
let delete_station = {};
|
||||||
@ -80,7 +80,8 @@ import ConfirmScanStationDeletion from "./ConfirmScanStationDeletion.svelte";
|
|||||||
<div class="text-sm font-medium text-gray-900">
|
<div class="text-sm font-medium text-gray-900">
|
||||||
<a
|
<a
|
||||||
href="../tracks"
|
href="../tracks"
|
||||||
class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-gray-100 text-gray-800"> {s.track.name || s.track.distance + "m"}</a>
|
class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-gray-100 text-gray-800">
|
||||||
|
{s.track.name || s.track.distance + 'm'}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user