Loading openflexure_microscope/api/static/src/components/appContent.vue +12 −8 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ :current-tab="currentTab" @set-tab="setTab" > <i class="material-icons">camera_alt</i> <i class="material-icons">settings_overscan</i> </tabIcon> </template> Loading Loading @@ -140,6 +140,8 @@ > <captureContent /> </tabContent> <template v-if="$store.state.globalSettings.IHIEnabled"> <tabContent tab-i-d="slidescan" :require-connection="true" Loading @@ -147,6 +149,8 @@ > <slideScanContent /> </tabContent> </template> <tabContent tab-i-d="settings" :require-connection="false" Loading Loading
openflexure_microscope/api/static/src/components/appContent.vue +12 −8 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ :current-tab="currentTab" @set-tab="setTab" > <i class="material-icons">camera_alt</i> <i class="material-icons">settings_overscan</i> </tabIcon> </template> Loading Loading @@ -140,6 +140,8 @@ > <captureContent /> </tabContent> <template v-if="$store.state.globalSettings.IHIEnabled"> <tabContent tab-i-d="slidescan" :require-connection="true" Loading @@ -147,6 +149,8 @@ > <slideScanContent /> </tabContent> </template> <tabContent tab-i-d="settings" :require-connection="false" Loading