File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
services/frontend/src/components/mcp-server/installation Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ const activeTab = computed({
6060 <DsTabs v-model =" activeTab" variant =" underlined" full-width-border class =" mb-10" >
6161 <DsTabsItem value =" general" label =" General" />
6262 <DsTabsItem value =" tools" :label =" t('mcpInstallations.details.tools.title')" />
63+ <DsTabsItem value =" requests" label =" Requests" />
6364 <DsTabsItem value =" user-config" label =" User Configuration" />
6465 <DsTabsItem
6566 value =" team-config"
6667 label =" Team Configuration"
6768 :badge =" environmentVariablesCount > 0 ? environmentVariablesCount : undefined"
6869 />
69- <DsTabsItem value =" requests" label =" Requests" />
7070 <DsTabsItem value =" danger-zone" label =" Danger Zone" />
7171 </DsTabs >
7272</template >
You can’t perform that action at this time.
0 commit comments