diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue index 71741662135..a49e7101746 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -23,7 +23,7 @@
- + diff --git a/ui/src/components/widgets/OsLogo.vue b/ui/src/components/widgets/OsLogo.vue index c2e51b7b167..edbb3a4b343 100644 --- a/ui/src/components/widgets/OsLogo.vue +++ b/ui/src/components/widgets/OsLogo.vue @@ -117,6 +117,7 @@ export default { } else { this.osLogo = 'linux' } + this.$emit('update-osname', this.name) } } }