Skip to content

Commit

Permalink
[NO-ISSUE] fix: remove aicomponent fro navbar and gethelp (#1666)
Browse files Browse the repository at this point in the history
remove refs azion copilot
  • Loading branch information
HerbertJulio authored Sep 2, 2024
1 parent 2227d73 commit 5e3f3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 0 additions & 2 deletions src/templates/navbar-block/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<div class="flex gap-2 items-center ml-auto">
<Create />
<Help />
<AiChatButton />
<FeedbackFish
class="text-white border-header bg-header hover:bg-header-button-hover"
:outlined="false"
Expand Down Expand Up @@ -76,7 +75,6 @@
import Create from './create'
import FeedbackFish from './feedback-fish'
import Help from './help'
import AiChatButton from './ai-chat-button.vue'
import SwitchAccount from './switch-account'
import ProfileBlock from '@templates/profile-block'
import { openDocumentation } from '@/helpers'
Expand Down
12 changes: 2 additions & 10 deletions src/views/Domains/FormFields/FormFieldsCreateDomains.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
import FieldText from '@/templates/form-fields-inputs/fieldText'
import FieldGroupRadio from '@/templates/form-fields-inputs/fieldGroupRadio'
import FieldSwitchBlock from '@/templates/form-fields-inputs/fieldSwitchBlock'
import GetHelp from '@modules/azion-ai-chat/azion-ai-get-help.vue'
import { useField } from 'vee-validate'
import { computed, ref, watch } from 'vue'
import { DomainsPrompts } from '@/modules/azion-ai-chat/contextual-prompts'
const props = defineProps({
digitalCertificates: {
Expand Down Expand Up @@ -101,10 +99,7 @@
description=" Create a domain with Azion to launch an edge application and set up security with digital
certificates."
>
<template #title>
General
<GetHelp :prompt="DomainsPrompts.create.general" />
</template>
<template #title> General </template>
<template #inputs>
<div class="flex flex-col sm:max-w-lg w-full gap-2">
<FieldText
Expand All @@ -123,10 +118,7 @@
<form-horizontal
description="Determine the edge application of the domain and its digital certificate. To link an existing domain to an application, add it to the CNAME field and block access to the application via the Azion domain."
>
<template #title>
Settings
<GetHelp :prompt="DomainsPrompts.create.settings" />
</template>
<template #title> Settings </template>
<template #inputs>
<div class="flex flex-col w-full sm:max-w-xs gap-2">
<FieldDropdown
Expand Down

0 comments on commit 5e3f3f8

Please sign in to comment.