From 776fc7510877797fa1187a4769fb1cfe3f812ddc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 27 Dec 2018 10:59:03 +0000 Subject: [PATCH] Extract action cards component --- src/components/Environment/ActionCards.vue | 138 +++++++++++++++++++++ src/views/Environment.vue | 129 +------------------ 2 files changed, 141 insertions(+), 126 deletions(-) create mode 100644 src/components/Environment/ActionCards.vue diff --git a/src/components/Environment/ActionCards.vue b/src/components/Environment/ActionCards.vue new file mode 100644 index 0000000..e73bece --- /dev/null +++ b/src/components/Environment/ActionCards.vue @@ -0,0 +1,138 @@ + + + + diff --git a/src/views/Environment.vue b/src/views/Environment.vue index 7d03c88..eb5f409 100644 --- a/src/views/Environment.vue +++ b/src/views/Environment.vue @@ -55,132 +55,7 @@
-
-
-
-
-
-
-
-
-

Code

-
{{ environment.name }}: {{ environment.label }}
-
- -
- -
-
-
-
- -
-
    -
  • - -
  • - -
  • - -
  • -
-
-
-
-
- -
-
-
-
-
-
-
-

Databases

-
{{ environment.name }}
-
- -
- -
-
-
-
- -
-
    -
  • - -
  • - -
  • - -
  • - -
  • - -
  • -
-
-
-
-
- -
-
-
-
-
-
-
-

Files

-
{{ environment.name }}
-
- -
- -
-
-
-
- -
-
    -
  • - -
  • -
-
-
-
-
-
+
@@ -275,11 +150,13 @@