diff --git a/public/images/icon-creator.png b/public/images/icon-creator.png
new file mode 100755
index 0000000..80f402e
Binary files /dev/null and b/public/images/icon-creator.png differ
diff --git a/src/components/JournalView/JournalDispatchers/JournalDispatcherEntry.vue b/src/components/JournalView/JournalDispatchers/JournalDispatcherEntry.vue
index 027ee19..bb6e8ab 100644
--- a/src/components/JournalView/JournalDispatchers/JournalDispatcherEntry.vue
+++ b/src/components/JournalView/JournalDispatchers/JournalDispatcherEntry.vue
@@ -18,7 +18,20 @@
+
+ {{ entry.dispatcherName }}
+
+
+
+
@@ -122,6 +135,7 @@ import styleMixin from '../../../mixins/styleMixin';
import { useApiStore } from '../../../store/apiStore';
import StationStatusBadge from '../../Global/StationStatusBadge.vue';
import FlagIcon from '../../Global/FlagIcon.vue';
+import { isCreator } from '../../../utils/userUtils';
export default defineComponent({
props: {
@@ -134,7 +148,7 @@ export default defineComponent({
emits: ['toggleShowExtraInfo'],
data() {
- return { regions, apiStore: useApiStore() };
+ return { regions, apiStore: useApiStore(), isCreator };
},
methods: {
diff --git a/src/components/JournalView/JournalTimetables/EntryGeneral.vue b/src/components/JournalView/JournalTimetables/EntryGeneral.vue
index b8383c9..5517a04 100644
--- a/src/components/JournalView/JournalTimetables/EntryGeneral.vue
+++ b/src/components/JournalView/JournalTimetables/EntryGeneral.vue
@@ -59,7 +59,17 @@
+ {{ timetable.driverName }}
+
+
+
-