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(); },