From aabe57a9401831ef632ba3de767fabb2980f4667 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 14 Oct 2019 09:47:56 +0530 Subject: [PATCH] component: new OS logo component Signed-off-by: Rohit Yadav --- ui/src/components/widgets/OsLogo.vue | 102 +++++++++++++++++++++++++++ ui/src/components/widgets/Status.vue | 6 -- 2 files changed, 102 insertions(+), 6 deletions(-) create mode 100644 ui/src/components/widgets/OsLogo.vue 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 @@ + + + + + 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) {