.card.my-card(@click="jumpToNode(node)")
CardForInstance(v-if="node.type === 'EC2 Instance'" v-bind:node="node" v-bind:show-type="showType")
CardForVPC(v-else-if="node.type === 'Virtual Private Cloud'" v-bind:node="node" v-bind:show-type="showType")
// Default card
.card-content(v-else style="min-width: 0%;")
.show-type(v-if="showType")
.my-type {{node.type}}
.my-id(v-if="id") {{id}}
// b-icon(icon="link", size="is-small")
.my-label {{ label }}
.my-description {{ description }}
pre(v-if="showData === '' || showData === 'true'" rel="CSS")
| {{ node.data }}