diff --git a/src/components/dash/OrgCard.vue b/src/components/dash/OrgCard.vue index 7390dad..f3d13ab 100644 --- a/src/components/dash/OrgCard.vue +++ b/src/components/dash/OrgCard.vue @@ -37,37 +37,6 @@ module.exports = { name: 'org-card', props: ['status', 'org'], - template: `
-
-

- - {{ org.name }} - {{ status }} -

-
-
- - -
-
- {{ key }}: {{ value }} -
-
-
-
`, data: function () { return { // for knownOrgKeys, the display is handled explicitely