File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ import VtsObjectIcon from '@core/components/object-icon/VtsObjectIcon.vue'
4444import TabItem from ' @core/components/tab/TabItem.vue'
4545import TabList from ' @core/components/tab/TabList.vue'
4646import UiHeadBar from ' @core/components/ui/head-bar/UiHeadBar.vue'
47+ import { vTooltip } from ' @core/directives/tooltip.directive.ts'
4748import { computed } from ' vue'
4849import { useI18n } from ' vue-i18n'
4950
Original file line number Diff line number Diff line change 88 {{ t('storage') }}
99 </UiLink >
1010 <span class =" sr-name" >
11- <VtsObjectIcon type="sr" :state =" srIconState " size="current" />
11+ <VtsObjectIcon type="sr" :state =" srConnectionState " size="current" />
1212 {{ sr.name_label }}
1313 </span >
1414 </UiBreadcrumb >
@@ -91,7 +91,7 @@ const { srConnectionStatus } = useXoSrUtils(
9191 () => scope
9292)
9393
94- const srIconState = computed (() => (arePbdsReady .value ? srConnectionStatus .value : undefined ))
94+ const srConnectionState = computed (() => (arePbdsReady .value ? srConnectionStatus .value : undefined ))
9595 </script >
9696
9797<style lang="postcss" scoped>
You can’t perform that action at this time.
0 commit comments