diff --git a/packages/playground/src/components/applications/ApplicationCards.vue b/packages/playground/src/components/applications/ApplicationCards.vue new file mode 100644 index 0000000000..1200609d46 --- /dev/null +++ b/packages/playground/src/components/applications/ApplicationCards.vue @@ -0,0 +1,63 @@ + + + + + diff --git a/packages/playground/src/utils/types.ts b/packages/playground/src/utils/types.ts index 881c7398fa..da82544b2c 100644 --- a/packages/playground/src/utils/types.ts +++ b/packages/playground/src/utils/types.ts @@ -14,3 +14,11 @@ export interface IPublicConfig { gw6?: string; domain?: string; } + +export interface ApplicationCard { + title: string; + excerpt: string; + icon: string; + route: string; + tags?: string[]; +} diff --git a/packages/playground/src/views/orchestrators_view.vue b/packages/playground/src/views/orchestrators_view.vue index 525bda1f88..c1ce6aea26 100644 --- a/packages/playground/src/views/orchestrators_view.vue +++ b/packages/playground/src/views/orchestrators_view.vue @@ -4,50 +4,21 @@ mdi-group Orchestrators - - - - - - - - + - - diff --git a/packages/playground/src/views/solutions_view.vue b/packages/playground/src/views/solutions_view.vue index 0bab5d14d8..0a9d47f941 100644 --- a/packages/playground/src/views/solutions_view.vue +++ b/packages/playground/src/views/solutions_view.vue @@ -5,56 +5,25 @@ Applications - - - - - - - -

No solution was found with the provided search query.

-
+ +

No solution was found with the provided search query.

- - diff --git a/packages/playground/src/views/vms_view.vue b/packages/playground/src/views/vms_view.vue index 916a448ce0..bbb348944d 100644 --- a/packages/playground/src/views/vms_view.vue +++ b/packages/playground/src/views/vms_view.vue @@ -4,50 +4,22 @@ mdi-television Virtual Machines - - - - - - - - + - -