diff --git a/src/components/device/DevicePreview.vue b/src/components/device/DevicePreview.vue index 4380f47..9af5b3d 100644 --- a/src/components/device/DevicePreview.vue +++ b/src/components/device/DevicePreview.vue @@ -3,8 +3,13 @@
-
- {{ $t('preview.title') }} +
+
+ {{ $t('preview.title') }} +
+
+ Profile: {{ store.selectedProfile.name }} +
\ No newline at end of file diff --git a/src/components/profile/ProfileButton.vue b/src/components/profile/ProfileButton.vue index 6e201e0..540b805 100644 --- a/src/components/profile/ProfileButton.vue +++ b/src/components/profile/ProfileButton.vue @@ -117,7 +117,7 @@ const props = defineProps({ }, showId: { type: Boolean, - default: false, + default: true, }, nameEditable: { type: Boolean,