Commit 8368f4f1 authored by Alexander Turinske's avatar Alexander Turinske

Add query value to security tab

- where there wasn't one, it just said `tab=1`, now it says
  `tab=security`
parent 952a0852
......@@ -28,7 +28,7 @@ export default {
<template>
<agent-show-page>
<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" />
</gl-tab>
</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