diff --git a/openflexure_microscope/api/static/src/components/appContent.vue b/openflexure_microscope/api/static/src/components/appContent.vue index 538bb6d8..bc2cb1c7 100644 --- a/openflexure_microscope/api/static/src/components/appContent.vue +++ b/openflexure_microscope/api/static/src/components/appContent.vue @@ -60,6 +60,26 @@ src="https://imjoy.io/static/img/imjoy-icon.svg" /> + + + + + {{ imjoyTab.iconName || "extension" }} + + +
@@ -124,6 +144,16 @@ + +
Loading...
+
+ import axios from "axios"; +import { mapState } from "vuex"; // Import generic components import tabIcon from "./genericComponents/tabIcon"; @@ -264,7 +295,9 @@ export default { currentTabIndex: function() { return this.tabOrder.indexOf(this.currentTab); - } + }, + + ...mapState("imjoy", { imjoyTabs: "tabs" }) }, created: function() { @@ -370,6 +403,10 @@ export default {