Commit 02ea0066 authored by Kushal Pandya's avatar Kushal Pandya

Show verification section only when verification is enabled on node

parent af92168b
......@@ -71,6 +71,7 @@
:node-details="nodeDetails"
/>
<node-details-section-verification
v-if="nodeDetails.repositoryVerificationEnabled"
:node-details="nodeDetails"
:node-type-primary="node.primary"
/>
......
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