.card.my-card(@click="jumpToNode(node)")
.card-content(style="min-width: 0%;")
.show-type(v-if="showType")
.my-type
img.awsicon(src="/aws-images/General_virtualprivatecloud.png")
| {{node.type}}
.my-id {{ node.data ? node.data.VpcId : '?'}}
//- b-icon(icon="link", size="is-small")
.my-label environment = {{ label }}
//- b-icon(icon="link", size="is-small")
//- | {{ node.VpcId }}
pre(v-if="showData === '' || showData === 'true'" rel="CSS")
| {{ node.data }}