We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55c2a4 commit 110d52dCopy full SHA for 110d52d
1 file changed
services/frontend/src/components/mcp-server/installation/InstallationTabs.vue
@@ -60,13 +60,13 @@ const activeTab = computed({
60
<DsTabs v-model="activeTab" variant="underlined" full-width-border class="mb-10">
61
<DsTabsItem value="general" label="General" />
62
<DsTabsItem value="tools" :label="t('mcpInstallations.details.tools.title')" />
63
+ <DsTabsItem value="requests" label="Requests" />
64
<DsTabsItem value="user-config" label="User Configuration" />
65
<DsTabsItem
66
value="team-config"
67
label="Team Configuration"
68
:badge="environmentVariablesCount > 0 ? environmentVariablesCount : undefined"
69
/>
- <DsTabsItem value="requests" label="Requests" />
70
<DsTabsItem value="danger-zone" label="Danger Zone" />
71
</DsTabs>
72
</template>
0 commit comments