From 4775f34f5b35768ec144b2c4e68aaf92c11168a3 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 17 Oct 2022 20:56:52 +0200 Subject: [PATCH] webapp: create interface for DevInfoStatus --- webapp/src/components/DevInfo.vue | 15 +++------------ webapp/src/types/DevInfoStatus.ts | 9 +++++++++ webapp/src/views/HomeView.vue | 5 +++-- 3 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 webapp/src/types/DevInfoStatus.ts diff --git a/webapp/src/components/DevInfo.vue b/webapp/src/components/DevInfo.vue index 5c28f22..b7175a0 100644 --- a/webapp/src/components/DevInfo.vue +++ b/webapp/src/components/DevInfo.vue @@ -38,19 +38,10 @@