diff --git a/ui/src/components/widgets/OsLogo.vue b/ui/src/components/widgets/OsLogo.vue
new file mode 100644
index 00000000000..57cc2ca54ae
--- /dev/null
+++ b/ui/src/components/widgets/OsLogo.vue
@@ -0,0 +1,102 @@
+
+
+
+ {{ name }}
+
+
+
+
+
+
+
+
diff --git a/ui/src/components/widgets/Status.vue b/ui/src/components/widgets/Status.vue
index 3ac8a8678cf..91beac92cc5 100644
--- a/ui/src/components/widgets/Status.vue
+++ b/ui/src/components/widgets/Status.vue
@@ -11,8 +11,6 @@
export default {
name: 'Status',
- components: {
- },
props: {
text: {
type: String,
@@ -23,10 +21,6 @@ export default {
default: false
}
},
- data () {
- return {
- }
- },
methods: {
getText () {
if (this.displayText && this.text) {