+
{{ $result['project'] }} /
{{ $result['environment'] }}
@endif
@if (!empty($result['description']))
-
+
{{ Str::limit($result['description'], 80) }}
@endif
@@ -674,8 +667,8 @@ class="text-sm text-neutral-600 dark:text-neutral-400">
@@ -705,16 +698,15 @@ class="search-result-item w-full text-left block px-4 py-3 hover:bg-yellow-50 da
-
+
{{ $item['name'] }}
@if (isset($item['quickcommand']))
@@ -722,8 +714,7 @@ class="font-medium text-neutral-900 dark:text-white truncate">
class="text-xs text-neutral-500 dark:text-neutral-400 shrink-0">{{ $item['quickcommand'] }}
@endif
-
+
{{ $item['description'] }}
@@ -731,8 +722,8 @@ class="text-sm text-neutral-600 dark:text-neutral-400 truncate">
@@ -817,8 +808,7 @@ class="search-result-item w-full text-left block px-4 py-3 hover:bg-yellow-50 da
class="flex-shrink-0 w-10 h-10 rounded-lg bg-yellow-100 dark:bg-yellow-900/40 flex items-center justify-center">
@@ -886,12 +876,10 @@ class="shrink-0 h-5 w-5 text-yellow-500 dark:text-yellow-400 self-center"
if (firstInput) firstInput.focus();
}, 200);
}
- })"
- class="fixed top-0 left-0 lg:px-0 px-4 z-99 flex items-center justify-center w-screen h-screen">
-
+
New Project
@@ -928,12 +916,10 @@ class="absolute top-0 right-0 flex items-center justify-center w-8 h-8 mt-5 mr-5
if (firstInput) firstInput.focus();
}, 200);
}
- })"
- class="fixed top-0 left-0 lg:px-0 px-4 z-99 flex items-center justify-center w-screen h-screen">
-
+
New Server
@@ -970,12 +956,10 @@ class="absolute top-0 right-0 flex items-center justify-center w-8 h-8 mt-5 mr-5
if (firstInput) firstInput.focus();
}, 200);
}
- })"
- class="fixed top-0 left-0 lg:px-0 px-4 z-99 flex items-center justify-center w-screen h-screen">
-
+
New Team
@@ -1012,12 +996,10 @@ class="absolute top-0 right-0 flex items-center justify-center w-8 h-8 mt-5 mr-5
if (firstInput) firstInput.focus();
}, 200);
}
- })"
- class="fixed top-0 left-0 lg:px-0 px-4 z-99 flex items-center justify-center w-screen h-screen">
-
+
New S3 Storage
@@ -1054,12 +1036,10 @@ class="absolute top-0 right-0 flex items-center justify-center w-8 h-8 mt-5 mr-5
if (firstInput) firstInput.focus();
}, 200);
}
- })"
- class="fixed top-0 left-0 lg:px-0 px-4 z-99 flex items-center justify-center w-screen h-screen">
-
+
New Private Key
@@ -1096,12 +1076,10 @@ class="absolute top-0 right-0 flex items-center justify-center w-8 h-8 mt-5 mr-5
if (firstInput) firstInput.focus();
}, 200);
}
- })"
- class="fixed top-0 left-0 lg:px-0 px-4 z-99 flex items-center justify-center w-screen h-screen">
-
+
New GitHub App
@@ -1128,4 +1106,4 @@ class="absolute top-0 right-0 flex items-center justify-center w-8 h-8 mt-5 mr-5
-
+
\ No newline at end of file