From a86e90e49a646c8a394ab32f1b9a35ac8fd3cc3b Mon Sep 17 00:00:00 2001 From: Axolotle Date: Mon, 12 Oct 2020 15:21:01 +0200 Subject: [PATCH] add YnhConsole component to display history --- app/src/App.vue | 92 ++++++++++++------- app/src/components/YnhConsole.vue | 145 ++++++++++++++++++++++++++++++ app/src/i18n/locales/en.json | 13 +++ app/src/scss/main.scss | 5 +- 4 files changed, 223 insertions(+), 32 deletions(-) create mode 100644 app/src/components/YnhConsole.vue diff --git a/app/src/App.vue b/app/src/App.vue index d850ec2b..fc78e34e 100644 --- a/app/src/App.vue +++ b/app/src/App.vue @@ -3,7 +3,10 @@
- + Yunohost logo @@ -40,8 +43,12 @@ + + + + -