Skip to content

Commit d5fcd62

Browse files
authored
Merge pull request #62 from google/thiatt/ft_ui_addapiendpointtoname
Adding the simple output of the API endpoint to the Server Settingz page
2 parents 2fcf281 + 402d07b commit d5fcd62

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

shifter-ui/src/components/shifter/v1/status/settingz.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ import DocumentationIcon from "../../../icons/IconDocumentation.vue";
66

77
<template>
88
<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+
918
<DetailsListItem>
1019
<template #icon>
1120
<DocumentationIcon />
@@ -57,6 +66,7 @@ import DocumentationIcon from "../../../icons/IconDocumentation.vue";
5766
</template>
5867

5968
<script>
69+
import { shifterConfig } from "@/main"
6070
import { mapState, mapActions } from 'pinia'
6171
6272
export default {

0 commit comments

Comments
 (0)