mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-05 06:18:12 +00:00
Tymczasowo wyłączono stat. dyżurnego (wip)
This commit is contained in:
@@ -9,24 +9,9 @@
|
|||||||
:sorter-option-ids="['timestampFrom', 'duration']"
|
:sorter-option-ids="['timestampFrom', 'duration']"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<DispatcherStats />
|
<!-- <DispatcherStats /> -->
|
||||||
|
|
||||||
<!-- <button
|
|
||||||
class="btn btn--option"
|
|
||||||
:disabled="store.dispatcherStatsName == ''"
|
|
||||||
@click="() => (statsCardOpen = !statsCardOpen)"
|
|
||||||
>
|
|
||||||
<span v-if="store.dispatcherStatsName">
|
|
||||||
Statystyki dyżurnego <b>{{ store.dispatcherStatsName }}</b>
|
|
||||||
</span>
|
|
||||||
<span v-else>Statystyki dyżurnego niedostępne</span>
|
|
||||||
</button> -->
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- <button class="return-btn" @click="scrollToTop" v-if="showReturnButton">
|
|
||||||
<img :src="icons.arrow" alt="return arrow" />
|
|
||||||
</button> -->
|
|
||||||
|
|
||||||
<div class="journal-list">
|
<div class="journal-list">
|
||||||
<div class="list-wrapper" ref="scrollElement">
|
<div class="list-wrapper" ref="scrollElement">
|
||||||
<transition name="warning" mode="out-in">
|
<transition name="warning" mode="out-in">
|
||||||
|
|||||||
Reference in New Issue
Block a user