Skip to content

Commit

Permalink
feat: add cloud form page
Browse files Browse the repository at this point in the history
  • Loading branch information
Adelino Ngomacha committed Jun 23, 2024
1 parent b35d73c commit 4f9bedc
Show file tree
Hide file tree
Showing 5 changed files with 723 additions and 5 deletions.
6 changes: 3 additions & 3 deletions libs/components/Dashboard/Settings/Forms/CacheForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<main class="border-b border-gray-900/10">
<!-- Settings forms -->
<div class="divide-y divide-gray-900/10">
<div class="grid max-w-7xl grid-cols-1 gap-x-8 gap-y-10 px-4 py-16 sm:px-6 md:grid-cols-3 lg:px-8">
<div class="grid max-w-7xl grid-cols-1 gap-x-8 gap-y-10 py-16 md:grid-cols-3">
<div>
<h2 class="text-base font-semibold leading-7 text-gray-900 dark:text-gray-100">
DynamoDB
Expand Down Expand Up @@ -104,7 +104,7 @@
</div>
</div>

<div class="grid max-w-7xl grid-cols-1 gap-x-8 gap-y-10 px-4 py-16 sm:px-6 md:grid-cols-3 lg:px-8">
<div class="grid max-w-7xl grid-cols-1 gap-x-8 gap-y-10 py-16 md:grid-cols-3">
<div>
<h2 class="text-base font-semibold leading-7 text-gray-900 dark:text-gray-100">
Memcached
Expand Down Expand Up @@ -195,7 +195,7 @@
</div>
</div>

<div class="grid max-w-7xl grid-cols-1 gap-x-8 gap-y-10 px-4 py-16 sm:px-6 md:grid-cols-3 lg:px-8">
<div class="grid max-w-7xl grid-cols-1 gap-x-8 gap-y-10 py-16 md:grid-cols-3">
<div>
<h2 class="text-base font-semibold leading-7 text-gray-900 dark:text-gray-100">
Redis
Expand Down
Loading

0 comments on commit 4f9bedc

Please sign in to comment.