We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fcf281 + 402d07b commit d5fcd62Copy full SHA for d5fcd62
shifter-ui/src/components/shifter/v1/status/settingz.vue
@@ -6,6 +6,15 @@ import DocumentationIcon from "../../../icons/IconDocumentation.vue";
6
7
<template>
8
<main>
9
+ <DetailsListItem>
10
+ <template #icon>
11
+ <DocumentationIcon />
12
+ </template>
13
+ <template #heading>Shifter Server API Endpoint</template>
14
+
15
+ {{shifterConfig.API_BASE_URL}}
16
+ </DetailsListItem>
17
18
<DetailsListItem>
19
<template #icon>
20
<DocumentationIcon />
@@ -57,6 +66,7 @@ import DocumentationIcon from "../../../icons/IconDocumentation.vue";
57
66
</template>
58
67
59
68
<script>
69
+import { shifterConfig } from "@/main"
60
70
import { mapState, mapActions } from 'pinia'
61
71
62
72
export default {
0 commit comments