diff --git a/frontend/src/component/p-photo-details.vue b/frontend/src/component/p-photo-details.vue index 070053cb2..7606e9592 100644 --- a/frontend/src/component/p-photo-details.vue +++ b/frontend/src/component/p-photo-details.vue @@ -80,7 +80,7 @@ photo_camera {{ photo.getCamera() }}
- @@ -103,6 +103,11 @@ openLocation: Function, album: Object, }, + data() { + return { + places: this.$config.settings().features.places, + }; + }, methods: {} }; diff --git a/frontend/src/component/p-photo-list.vue b/frontend/src/component/p-photo-list.vue index cf8753a26..41c71add7 100644 --- a/frontend/src/component/p-photo-list.vue +++ b/frontend/src/component/p-photo-list.vue @@ -36,7 +36,7 @@ - @@ -85,6 +85,7 @@ {text: this.$gettext('Taken'), class: 'hidden-xs-only', value: 'TakenAt'}, {text: this.$gettext('Favorite'), value: 'PhotoFavorite', align: 'left'}, ], + places: this.$config.settings().features.places, }; }, watch: { diff --git a/frontend/src/dialog/photo/details.vue b/frontend/src/dialog/photo/details.vue index 604a830d6..9c37dc8e2 100644 --- a/frontend/src/dialog/photo/details.vue +++ b/frontend/src/dialog/photo/details.vue @@ -165,6 +165,7 @@ v-model="model.PhotoLat" > + + + +
diff --git a/frontend/src/pages/library/logs.vue b/frontend/src/pages/library/logs.vue index 14656e709..2463e141e 100644 --- a/frontend/src/pages/library/logs.vue +++ b/frontend/src/pages/library/logs.vue @@ -6,7 +6,7 @@ Nothing to see here yet. Be patient.

- {{ log.time | luxon:format('yyyy-LL-dd hh:mm:ss') }} {{ level(log) }} {{ log.msg }} + {{ log.time | luxon:format('yyyy-LL-dd HH:mm:ss') }} {{ level(log) }} {{ log.msg }}