Commit a709efe7 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '351154-update-tab-url' into 'master'

Add query value to security tab

See merge request gitlab-org/gitlab!79348
parents ff2af63d 8368f4f1
...@@ -28,7 +28,7 @@ export default { ...@@ -28,7 +28,7 @@ export default {
<template> <template>
<agent-show-page> <agent-show-page>
<template v-if="showSecurityTab" #ee-security-tab="{ clusterAgentId }"> <template v-if="showSecurityTab" #ee-security-tab="{ clusterAgentId }">
<gl-tab :title="$options.i18n.securityTabTitle"> <gl-tab :title="$options.i18n.securityTabTitle" query-param-value="security">
<agent-vulnerability-report :cluster-agent-id="clusterAgentId" /> <agent-vulnerability-report :cluster-agent-id="clusterAgentId" />
</gl-tab> </gl-tab>
</template> </template>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment