|
@@ -42,7 +42,7 @@
|
|
class="tabs flex flex-row overflow-x-auto space-x-1 max-w-full lg:space-x-0 lg:space-y-1 lg:flex-col lg:flex-none lg:w-44 dark:text-gray-200 text-xs text-left scrollbar-none"
|
|
class="tabs flex flex-row overflow-x-auto space-x-1 max-w-full lg:space-x-0 lg:space-y-1 lg:flex-col lg:flex-none lg:w-44 dark:text-gray-200 text-xs text-left scrollbar-none"
|
|
>
|
|
>
|
|
<button
|
|
<button
|
|
- class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 lg:flex-none flex text-right transition {selectedTab ===
|
|
|
|
|
|
+ class="px-2.5 py-2 min-w-fit rounded-lg flex-1 lg:flex-none flex text-right transition {selectedTab ===
|
|
'general'
|
|
'general'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
@@ -68,7 +68,7 @@
|
|
</button>
|
|
</button>
|
|
|
|
|
|
<button
|
|
<button
|
|
- class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
|
|
|
|
+ class="px-2.5 py-2 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'users'
|
|
'users'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
@@ -92,7 +92,7 @@
|
|
</button>
|
|
</button>
|
|
|
|
|
|
<button
|
|
<button
|
|
- class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
|
|
|
|
+ class="px-2.5 py-2 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'connections'
|
|
'connections'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
@@ -116,7 +116,7 @@
|
|
</button>
|
|
</button>
|
|
|
|
|
|
<button
|
|
<button
|
|
- class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
|
|
|
|
+ class="px-2.5 py-2 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'models'
|
|
'models'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
@@ -142,7 +142,7 @@
|
|
</button>
|
|
</button>
|
|
|
|
|
|
<button
|
|
<button
|
|
- class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
|
|
|
|
+ class="px-2.5 py-2 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'documents'
|
|
'documents'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
@@ -172,7 +172,7 @@
|
|
</button>
|
|
</button>
|
|
|
|
|
|
<button
|
|
<button
|
|
- class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
|
|
|
|
+ class="px-2.5 py-2 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'web'
|
|
'web'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
@@ -196,7 +196,7 @@
|
|
</button>
|
|
</button>
|
|
|
|
|
|
<button
|
|
<button
|
|
- class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
|
|
|
|
+ class="px-2.5 py-2 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'interface'
|
|
'interface'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
@@ -222,7 +222,7 @@
|
|
</button>
|
|
</button>
|
|
|
|
|
|
<button
|
|
<button
|
|
- class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
|
|
|
|
+ class="px-2.5 py-2 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'audio'
|
|
'audio'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
@@ -249,7 +249,7 @@
|
|
</button>
|
|
</button>
|
|
|
|
|
|
<button
|
|
<button
|
|
- class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
|
|
|
|
+ class="px-2.5 py-2 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'images'
|
|
'images'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
@@ -275,7 +275,7 @@
|
|
</button>
|
|
</button>
|
|
|
|
|
|
<button
|
|
<button
|
|
- class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
|
|
|
|
+ class="px-2.5 py-2 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'pipelines'
|
|
'pipelines'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
@@ -305,7 +305,7 @@
|
|
</button>
|
|
</button>
|
|
|
|
|
|
<button
|
|
<button
|
|
- class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
|
|
|
|
+ class="px-2.5 py-2 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
'db'
|
|
'db'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
? 'bg-gray-100 dark:bg-gray-800'
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|
|
: ' hover:bg-gray-50 dark:hover:bg-gray-850'}"
|