mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
fix: update lighthouse chat page name (#8106)
Co-authored-by: Chandrapal Badshah <12944530+Chan9390@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
85242c7909
commit
80fd5d1ba6
@@ -9,7 +9,7 @@ export default async function AIChatbot() {
|
||||
const isActive = config?.attributes?.is_active ?? false;
|
||||
|
||||
return (
|
||||
<ContentLayout title="Cloud Security Analyst" icon="lucide:bot">
|
||||
<ContentLayout title="Lighthouse" icon="lucide:bot">
|
||||
<Chat hasConfig={hasConfig} isActive={isActive} />
|
||||
</ContentLayout>
|
||||
);
|
||||
|
||||
@@ -135,8 +135,8 @@ export const Chat = ({ hasConfig, isActive }: ChatProps) => {
|
||||
</h3>
|
||||
<p className="text-muted-foreground mb-4">
|
||||
{!hasConfig
|
||||
? "Please configure your OpenAI API key to use the Lighthouse Cloud Security Analyst."
|
||||
: "OpenAI API key is invalid. Please update your key to use Lighthouse Cloud Security Analyst."}
|
||||
? "Please configure your OpenAI API key to use Lighthouse."
|
||||
: "OpenAI API key is invalid. Please update your key to use Lighthouse."}
|
||||
</p>
|
||||
<Link
|
||||
href="/lighthouse/config"
|
||||
|
||||
Reference in New Issue
Block a user