From a831ab3e657e75079eac8ca6f5780270bb0a5681 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 15 Apr 2019 23:02:12 +0000 Subject: [PATCH] --- ayanova/src/App.vue | 15 +++++++++++---- ayanova/src/views/inventory-widget-edit.vue | 4 +++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index a5210149..dcf622f7 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -12,20 +12,27 @@ - + - {{ contextAppBar.icon }} + {{ contextAppBar.icon }} + {{ contextAppBar.title}} + AyaNova--> + --> diff --git a/ayanova/src/views/inventory-widget-edit.vue b/ayanova/src/views/inventory-widget-edit.vue index 96fac0e7..e6fafe69 100644 --- a/ayanova/src/views/inventory-widget-edit.vue +++ b/ayanova/src/views/inventory-widget-edit.vue @@ -172,7 +172,9 @@ export default { }, created() { this.$store.commit("setContextAppBar", { - isMain: false + isMain: false, + icon: "fa-splotch", + title: this.$gzlocale.get("Widget") }); this.getDataFromApi(); },