From 3798493da1b5c30c181a04adbe49f4bc0eace6d1 Mon Sep 17 00:00:00 2001 From: "selina.mail" Date: Sun, 19 Nov 2023 19:41:58 +0100 Subject: [PATCH] added the other components of the solution page --- components/server/HardwareSpecifications.vue | 1 - components/server/Solution.vue | 198 +++++++++++++++++++ components/server/SolutionChecklist.vue | 117 +++++++++++ components/server/SolutionTableNoClient.vue | 116 +++++++++++ pages/solutions.vue | 9 + 5 files changed, 440 insertions(+), 1 deletion(-) create mode 100644 components/server/Solution.vue create mode 100644 components/server/SolutionChecklist.vue create mode 100644 components/server/SolutionTableNoClient.vue diff --git a/components/server/HardwareSpecifications.vue b/components/server/HardwareSpecifications.vue index 6b77b57..4955401 100644 --- a/components/server/HardwareSpecifications.vue +++ b/components/server/HardwareSpecifications.vue @@ -37,7 +37,6 @@ - diff --git a/components/server/Solution.vue b/components/server/Solution.vue new file mode 100644 index 0000000..e0924ad --- /dev/null +++ b/components/server/Solution.vue @@ -0,0 +1,198 @@ + + + + + + + + + + \ No newline at end of file diff --git a/components/server/SolutionChecklist.vue b/components/server/SolutionChecklist.vue new file mode 100644 index 0000000..cda8386 --- /dev/null +++ b/components/server/SolutionChecklist.vue @@ -0,0 +1,117 @@ + + + + + + + + + + \ No newline at end of file diff --git a/components/server/SolutionTableNoClient.vue b/components/server/SolutionTableNoClient.vue new file mode 100644 index 0000000..774f40e --- /dev/null +++ b/components/server/SolutionTableNoClient.vue @@ -0,0 +1,116 @@ + + + + + + + + + + \ No newline at end of file diff --git a/pages/solutions.vue b/pages/solutions.vue index 2f46e20..5931d1e 100644 --- a/pages/solutions.vue +++ b/pages/solutions.vue @@ -6,6 +6,9 @@
+ + +
@@ -20,12 +23,18 @@